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
3403b374dd
commit
cdf986aca1
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,7 +19,7 @@ pipeline {
|
|||
stage('Build') {
|
||||
steps {
|
||||
echo 'Hello hgfds world!'
|
||||
sh './gradlew build --no-daemon'
|
||||
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'
|
||||
// withGradle(){
|
||||
|
|
Loading…
Reference in a new issue