Update Jenkinsfile

This commit is contained in:
saisrinisrinivas 2023-07-04 13:02:29 +05:30 committed by GitHub
parent b19d695508
commit 26e6ef6fa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -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'
}
}