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 a2f5f01 commit 97a8ff8Copy full SHA for 97a8ff8
Jenkinsfile
@@ -51,6 +51,7 @@ pipeline {
51
steps {
52
withCredentials([usernamePassword(credentialsId: 'brandonarp-github-token', usernameVariable: 'GITHUB_USERNAME', passwordVariable: 'GITHUB_TOKEN')]) {
53
sh "github-release release --user ${org} --repo ${repo} --tag ${TAG_NAME}"
54
+ sh "sleep 5"
55
sh "github-release upload --user ${org} --repo ${repo} --tag ${TAG_NAME} --name ${TAG_NAME}.tgz --file target/*.tgz"
56
sh "github-release upload --user ${org} --repo ${repo} --tag ${TAG_NAME} --name ${TAG_NAME}.rpm --file target/rpm/*/RPMS/*/*.rpm"
57
}
0 commit comments