mlflow
Some checks failed
s434765-training/pipeline/head There was a failure building this commit

This commit is contained in:
Karolina Oparczyk 2021-05-22 11:45:29 +02:00
parent 92e2b57f21
commit 2e94ac5e55

View File

@ -16,7 +16,7 @@ node {
}
stage('Clone repo') {
try { docker.image("karopa/ium:11").inside {
/* try {*/ docker.image("karopa/ium:27").inside {
stage('Test') {
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]])
copyArtifacts fingerprintArtifacts: true, projectName: 's434765-create-dataset', selector: buildParameter("BUILD_SELECTOR")
@ -28,7 +28,8 @@ node {
archiveArtifacts 'output.txt'
archiveArtifacts 'model/**/*.*'
}
emailext body: 'Successful build',
}
/*emailext body: 'Successful build',
subject: "s434765",
to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms"
}
@ -39,7 +40,7 @@ node {
subject: "s434765",
to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms"
throw e
}
}*/
}
stage ("build evaluation") { //an arbitrary stage name
steps {