update jenkinsfile_predict
This commit is contained in:
parent
3e9f82b3ea
commit
b77f49af83
@ -8,7 +8,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Script') {
|
stage('Script') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: '*', projectName: 's444409-training/master', selector: lastSuccessful()
|
copyArtifacts filter: '*', projectName: 's444409-training/main', selector: lastSuccessful()
|
||||||
sh "python predict.py"
|
sh "python predict.py"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user