Skip to content

Commit 97a8ff8

Browse files
authored
Update Jenkinsfile
1 parent a2f5f01 commit 97a8ff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ pipeline {
5151
steps {
5252
withCredentials([usernamePassword(credentialsId: 'brandonarp-github-token', usernameVariable: 'GITHUB_USERNAME', passwordVariable: 'GITHUB_TOKEN')]) {
5353
sh "github-release release --user ${org} --repo ${repo} --tag ${TAG_NAME}"
54+
sh "sleep 5"
5455
sh "github-release upload --user ${org} --repo ${repo} --tag ${TAG_NAME} --name ${TAG_NAME}.tgz --file target/*.tgz"
5556
sh "github-release upload --user ${org} --repo ${repo} --tag ${TAG_NAME} --name ${TAG_NAME}.rpm --file target/rpm/*/RPMS/*/*.rpm"
5657
}

0 commit comments

Comments
 (0)