mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
93c2c6e140
commit
a8543e9809
1 changed files with 0 additions and 5 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -8,11 +8,6 @@ pipeliene {
|
|||
branch: 'main'
|
||||
}
|
||||
}
|
||||
stage( 'package' ) {
|
||||
steps {
|
||||
sh: 'export PATH="/usr/lib/jvm/java-17-openjdk-amd64/bin:$PATH" && ./gradlew build',
|
||||
}
|
||||
}
|
||||
stage( 'post build' ) {
|
||||
steps {
|
||||
archiveArtifacts artifacts: '**/libs/spring-petclinic-3.0.0/jar'
|
||||
|
|
Loading…
Reference in a new issue