update jenkinsfile_dvc
This commit is contained in:
parent
ec86ecad9f
commit
e991d8bd32
@ -7,12 +7,14 @@ pipeline {
|
|||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage("DVC"){
|
stage("DVC"){
|
||||||
sh 'git clone https://git.wmi.amu.edu.pl/s444356/ium_s444356.git'
|
steps {
|
||||||
withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY')]) {
|
sh 'git clone https://git.wmi.amu.edu.pl/s444356/ium_s444356.git'
|
||||||
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
|
withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY')]) {
|
||||||
sh 'dvc pull'
|
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
|
||||||
sh 'dvc repro'
|
sh 'dvc pull'
|
||||||
sh 'ls -al'
|
sh 'dvc repro'
|
||||||
|
sh 'ls -al'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user