This commit is contained in:
Wojciech Lidwin 2023-05-12 13:28:16 +02:00
parent 8a17a0d882
commit 572ed89c2d

View File

@ -14,7 +14,8 @@ 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 modify --local ium_ssh_remote password $IUM_SFTP_KEY' sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
sh 'dvc remote modify --local ium_ssh_remote password IUM@2021'
sh 'dvc pull' sh 'dvc pull'
} }