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
d62dceb8dc
commit
7a520ef21a
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -19,8 +19,10 @@ pipeline {
|
|||
stage('Build') {
|
||||
steps {
|
||||
echo 'java -version'
|
||||
echo './gradlew -version'
|
||||
withGradle(){
|
||||
sh './gradlew build'
|
||||
echo './gradlew -version'
|
||||
}
|
||||
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