dvc
This commit is contained in:
parent
b81cf3e6b4
commit
00cc08ad46
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -38,11 +38,6 @@ pipeline {
|
|||||||
sh "python ium-data.py"
|
sh "python ium-data.py"
|
||||||
}
|
}
|
||||||
archiveArtifacts artifacts: 'd_test.csv, d_dev.csv, d_train.csv'
|
archiveArtifacts artifacts: 'd_test.csv, d_dev.csv, d_train.csv'
|
||||||
withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY', passphraseVariable: '', usernameVariable: 'USER')]) {
|
|
||||||
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 push'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage ('Model - training') {
|
stage ('Model - training') {
|
||||||
|
Loading…
Reference in New Issue
Block a user