Skip to content

Commit 48274b3

Browse files
author
Artem Eroshenko
committed
change root directory
1 parent 424744d commit 48274b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-
configFileProvider([configFile(fileId: '.jenkins-ci.org', targetLocation: '/home/.jenkins-ci.org')]) {
22+
configFileProvider([configFile(fileId: '.jenkins-ci.org', targetLocation: '/root/.jenkins-ci.org')]) {
2323
sshagent(['qameta-ci_ssh']) {
2424
sh 'git checkout master && git pull origin master'
2525
sh "./gradlew release -Prelease.useAutomaticVersion=true " +

0 commit comments

Comments
 (0)