XD
This commit is contained in:
parent
d14b4550f5
commit
a271ff14f0
@ -8,7 +8,7 @@ pipeline {
|
|||||||
stage('DVC Commands') {
|
stage('DVC Commands') {
|
||||||
steps {
|
steps {
|
||||||
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
|
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
|
||||||
sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_KEY'
|
sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_PASS'
|
||||||
sh 'dvc pull'
|
sh 'dvc pull'
|
||||||
sh 'dvc repro'
|
sh 'dvc repro'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user