Skip to content

Commit 1604ec5

Browse files
author
Artem Eroshenko
committed
migrate to config file
1 parent 02ca661 commit 1604ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pipeline {
1919
stage('Release') {
2020
when { expression { return params.RELEASE } }
2121
steps {
22-
withCredentials([string(credentialsId: 'qameta-ci_rubygems', variable: 'GEM_HOST_API_KEY')]) {
22+
configFileProvider([configFile(fileId: 'gem-credentials', targetLocation: '/root/.gem/credentials')]) {
2323
sh 'bundle exec rake release'
2424
}
2525
}

0 commit comments

Comments
 (0)