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.
2 parents 7da328b + 30851cb commit bb810dbCopy full SHA for bb810db
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