pipeline run fix changed files
This commit is contained in:
parent
57cb786a62
commit
43b4e67eda
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -37,6 +37,11 @@ node {
|
||||
echo 'saving artifacts'
|
||||
archiveArtifacts 'output.csv'
|
||||
}
|
||||
stage('Trigger Learning pipeline') {
|
||||
steps {
|
||||
build 's470618-training'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -25,11 +25,6 @@ node {
|
||||
echo 'saving artifacts'
|
||||
archiveArtifacts 'model.pt'
|
||||
}
|
||||
stage('Trigger Learning pipeline') {
|
||||
steps {
|
||||
build 's470618-training'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user