Update Jenkinsfile

This commit is contained in:
batchusivaji 2023-03-07 13:40:32 +05:30 committed by GitHub
parent 93c2c6e140
commit a8543e9809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -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'