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