fix bracket 2
This commit is contained in:
parent
e9d0cd3603
commit
bfa9aad8f8
@ -18,9 +18,7 @@ pipeline {
|
|||||||
sh 'python -m pip install dvc[ssh] paramiko'
|
sh 'python -m pip install dvc[ssh] paramiko'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
stage('DVC') {
|
||||||
stage('DVC') {
|
|
||||||
steps {
|
|
||||||
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
|
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
|
||||||
sh "dvc init -f"
|
sh "dvc init -f"
|
||||||
sh "dvc remote add -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp"
|
sh "dvc remote add -d ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp"
|
||||||
|
Loading…
Reference in New Issue
Block a user