mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
JenkinsFILE
This commit is contained in:
parent
7a520ef21a
commit
1b4b39ac1e
1 changed files with 3 additions and 4 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -18,12 +18,11 @@ pipeline {
|
|||
// }
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'java -version'
|
||||
// echo 'java -version'
|
||||
withGradle(){
|
||||
sh './gradlew build'
|
||||
echo './gradlew -version'
|
||||
sh './gradlew -version'
|
||||
}
|
||||
sh 'cat ./build/libs/spring-petclinic-changed-0.1.1-SNAPSHOT-plain.jar'
|
||||
// sh 'cat ./build/libs/spring-petclinic-changed-0.1.1-SNAPSHOT-plain.jar'
|
||||
// archiveArtifacts: './build/libs/spring-petclinic-changed-0.1.1-SNAPSHOT-plain.jar'
|
||||
// withGradle(){
|
||||
// }
|
||||
|
|
Loading…
Reference in a new issue