mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
added git
This commit is contained in:
parent
6c5f558389
commit
73a63db38a
1 changed files with 0 additions and 11 deletions
11
jenkinsfile
11
jenkinsfile
|
@ -7,16 +7,5 @@ pipeline {
|
||||||
branch: 'develop'
|
branch: 'develop'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build') {
|
|
||||||
steps {
|
|
||||||
sh 'export PATH="/usr/lib/jvm/java-1.17.0-openjdk-amd64/bin:$PATH" && mvn clean package'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('post build') {
|
|
||||||
steps {
|
|
||||||
archiveArtifacts artifacts: '**/target/*.jar',
|
|
||||||
onlyIfSuccessful: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue