Fix
This commit is contained in:
parent
8b775cfdf6
commit
de97cc32e4
@ -14,7 +14,7 @@ node {
|
|||||||
def testImage = docker.image('s487197/ium:54')
|
def testImage = docker.image('s487197/ium:54')
|
||||||
testImage.inside{
|
testImage.inside{
|
||||||
withCredentials([string(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', variable: 'IUM_SFTP_KEY')]) {
|
withCredentials([string(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', variable: 'IUM_SFTP_KEY')]) {
|
||||||
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
|
sh 'dvc remote modify --local ium_ssh_remote keyfile https://tzietkiewicz.vm.wmi.amu.edu.pl:8080/credentials/store/system/domain/_/credential/48ac7004-216e-4260-abba-1fe5db753e18/'
|
||||||
sh 'dvc remote modify --local ium_ssh_remote password IUM@2021'
|
sh 'dvc remote modify --local ium_ssh_remote password IUM@2021'
|
||||||
sh 'dvc pull'
|
sh 'dvc pull'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user