mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
b19d695508
commit
26e6ef6fa6
1 changed files with 1 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -8,11 +8,9 @@ pipeline {
|
|||
{
|
||||
// Download the S3 object
|
||||
sh 'aws s3 cp s3://myjenkinsbucket001/Jenkinsfile /tmp/bucketfile'
|
||||
|
||||
// Execute the downloaded script
|
||||
sh 'chmod +x /tmp/bucketfile'
|
||||
sh '/tmp/bucketfile
|
||||
|
||||
sh '/tmp/bucketfile'
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue