Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit afb9f5d

Browse files
authored
Update Jenkinsfile (#49)
* Update Jenkinsfile * Update Jenkinsfile
1 parent 831932b commit afb9f5d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Jenkinsfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,15 @@ pipeline {
8080
sh "jx step changelog --version v\$(cat ../../VERSION)"
8181

8282
// publish to github
83-
sh "make github"
83+
retry(5) {
84+
sh "make github"
85+
}
86+
sh 'sleep 8'
8487

8588
// Update versions
86-
sh "make updatebot/push-version"
89+
retry(2) {
90+
sh "make updatebot/push-version"
91+
}
8792

8893
}
8994
}

0 commit comments

Comments
 (0)