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
cdf986aca1
commit
d62dceb8dc
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -18,7 +18,8 @@ pipeline {
|
|||
// }
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Hello hgfds world!'
|
||||
echo 'java -version'
|
||||
echo './gradlew -version'
|
||||
sh './gradlew build'
|
||||
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'
|
||||
|
|
Loading…
Reference in a new issue