forked from tzietkiewicz/ium-helloworld
Fixed typo
This commit is contained in:
parent
2d6ed3a3c9
commit
f7306886c8
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@ -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')]) {
|
||||
|
Loading…
Reference in New Issue
Block a user