update jenkinsfile_predict
This commit is contained in:
parent
035b4245e6
commit
5b506eed21
@ -16,7 +16,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Script') {
|
stage('Script') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts projectName: 's444356-training/main', selector: lastSuccessful()
|
copyArtifacts projectName: 's444356-training/master', selector: lastSuccessful()
|
||||||
sh 'python3 ./predict.py $INPUT'
|
sh 'python3 ./predict.py $INPUT'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user