mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-28 18:35:49 +00:00
Added Jenkinsfile
This commit is contained in:
parent
635b0a9755
commit
308e67eb4b
1 changed files with 11 additions and 0 deletions
11
Jenkinsfile
vendored
Normal file
11
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
pipeline {
|
||||||
|
agent { label 'SPC'}
|
||||||
|
stages {
|
||||||
|
stage(‘Build’) {
|
||||||
|
steps {
|
||||||
|
sh 'mvn --version'
|
||||||
|
sh 'mvn package'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue