Fix
This commit is contained in:
parent
65ae0dd35f
commit
685fd4939f
@ -14,8 +14,6 @@ node {
|
|||||||
def testImage = docker.image('s487197/ium:54')
|
def testImage = docker.image('s487197/ium:54')
|
||||||
testImage.inside{
|
testImage.inside{
|
||||||
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
|
withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) {
|
||||||
sh 'dvc remote add -d -f ium_ssh_remote ssh://ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl/ium-sftp'
|
|
||||||
sh 'dvc remote modify -f --local ium_ssh_remote password $IUM_SFTP_KEY'
|
|
||||||
sh 'dvc pull'
|
sh 'dvc pull'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user