We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f22d05 commit c217dfbCopy full SHA for c217dfb
Jenkinsfile.deploy
@@ -75,7 +75,7 @@ node('put-shared') { ansiColor('xterm') {
75
}
76
stage('Filter') {
77
// using the previous successful deploy.json, filter the current deploy.json with items already pushed last time
78
- sh'''
+ sh '''
79
wget --timeout=5 -qO past-deploy.json "$JOB_URL/lastSuccessfulBuild/artifact/deploy.json"
80
# swap to this touch instead of the wget above to (re)bootstrap
81
#touch past-deploy.json
0 commit comments