mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
added agent
This commit is contained in:
parent
7b3b3b8485
commit
be9b774c1d
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -24,6 +24,7 @@ pipeline {
|
|||
}
|
||||
|
||||
stage('Build') {
|
||||
agent { label 'vps-agent1' }
|
||||
steps {
|
||||
script {
|
||||
def branch = env.BRANCH_NAME
|
||||
|
|
Loading…
Reference in a new issue