fix cp path
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -10,7 +10,7 @@ pipeline {
|
|||||||
stage('Copy Key Properties') {
|
stage('Copy Key Properties') {
|
||||||
steps {
|
steps {
|
||||||
// Copy the key.properties file
|
// Copy the key.properties file
|
||||||
sh 'cp /home/qwit-jenkins/key.properties refilc/android/key.properties'
|
sh 'cp /home/jenkins/key.properties refilc/android/key.properties'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user