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 8a233d5 commit d3c6a85Copy full SHA for d3c6a85
Jenkinsfile
@@ -38,8 +38,8 @@ node {
38
}
39
40
stage('Create new release') {
41
- sh 'sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo'
42
- sh 'sudo dnf install gh'
+ sh 'sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo -y'
+ sh 'sudo dnf install gh -y'
43
withCredentials([string(credentialsId: 'gh_token', variable: 'GH_TOKEN')]) {
44
sh "gh release create ${versionTag} --generate-notes"
45
0 commit comments