Removed ssh command
Some checks failed
gitea-test/ium-helloworld/pipeline/head There was a failure building this commit

This commit is contained in:
Tomasz 2022-05-30 12:14:40 +02:00
parent c2a5164dff
commit f93472af55

1
Jenkinsfile vendored
View File

@ -36,7 +36,6 @@ node {
stage("DVC"){
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 pull"
}