Removed ssh command
Some checks failed
gitea-test/ium-helloworld/pipeline/head There was a failure building this commit
Some checks failed
gitea-test/ium-helloworld/pipeline/head There was a failure building this commit
This commit is contained in:
parent
c2a5164dff
commit
f93472af55
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -36,7 +36,6 @@ node {
|
|||||||
|
|
||||||
stage("DVC"){
|
stage("DVC"){
|
||||||
withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY')]) {
|
withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY')]) {
|
||||||
sh 'ssh ium-sftp@tzietkiewicz.vm.wmi.amu.edu.pl -i $IUM_SFTP_KEY'
|
|
||||||
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
|
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
|
||||||
sh "dvc pull"
|
sh "dvc pull"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user