dvc
All checks were successful
s444501-training/pipeline/head This commit looks good
s444501-evaluation/pipeline/head This commit looks good

This commit is contained in:
s444501 2022-06-04 21:35:19 +02:00
parent b81cf3e6b4
commit 00cc08ad46

5
Jenkinsfile vendored
View File

@ -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') {