Fixed typo

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

14
Jenkinsfile vendored
View File

@ -19,13 +19,13 @@ node {
img.inside('-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns ') {
# stage('MLflow') {
# sh 'ls -l /tmp/mlruns'
# sh 'ls -l /mlruns'
# sh 'python3 ./train.py'
# sh 'ls -l /tmp/mlruns'
# sh 'ls -l /mlruns'
# }
// stage('MLflow') {
// sh 'ls -l /tmp/mlruns'
// sh 'ls -l /mlruns'
// sh 'python3 ./train.py'
// sh 'ls -l /tmp/mlruns'
// sh 'ls -l /mlruns'
// }
stage("DVC"){
withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY')]) {