COmmented out MLflow

This commit is contained in:
Tomasz Ziętkiewicz 2021-06-07 00:05:00 +02:00
parent 7cd2b84345
commit 2d6ed3a3c9

14
Jenkinsfile vendored
View File

@ -19,13 +19,13 @@ node {
img.inside('-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns ') { img.inside('-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns ') {
stage('MLflow') { # stage('MLflow') {
sh 'ls -l /tmp/mlruns' # sh 'ls -l /tmp/mlruns'
sh 'ls -l /mlruns' # sh 'ls -l /mlruns'
sh 'python3 ./train.py' # sh 'python3 ./train.py'
sh 'ls -l /tmp/mlruns' # sh 'ls -l /tmp/mlruns'
sh 'ls -l /mlruns' # sh 'ls -l /mlruns'
} # }
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')]) {