mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 01:05:48 +00:00
Update Jenkinsfile
This commit is contained in:
parent
2e8d2a002c
commit
33ca179331
1 changed files with 6 additions and 5 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -10,6 +10,7 @@ pipeline {
|
|||
sh 'aws s3 cp s3://myjenkinsbucket001/Jenkinsfile /tmp/Jenkinsfile'
|
||||
}
|
||||
}
|
||||
|
||||
script {
|
||||
def downloadedJenkinsfile = readFile('/tmp/Jenkinsfile')
|
||||
node {
|
||||
|
@ -18,8 +19,8 @@ pipeline {
|
|||
load 'Jenkinsfile'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue