Uncommented MLFLow
Some checks failed
gitea-test/ium-helloworld/pipeline/head There was a failure building this commit
Some checks failed
gitea-test/ium-helloworld/pipeline/head There was a failure building this commit
This commit is contained in:
parent
aae95abd7c
commit
af2c3ae5d4
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@ -26,13 +26,13 @@ node {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// 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')]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user