Update Jenkinsfile

This commit is contained in:
saisrinisrinivas 2023-07-04 13:23:56 +05:30 committed by GitHub
parent 2e8d2a002c
commit 33ca179331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
Jenkinsfile vendored
View file

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