mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Modify Jenkinsfile - change deploy stage
This commit is contained in:
parent
01c7f122b3
commit
a16a368b27
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -21,7 +21,7 @@ pipeline {
|
|||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
bat "echo 'Pulling...' + env.BRANCH_NAME"
|
||||
bat "echo 'Deploy..."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue