fix Jenkinsfile
This commit is contained in:
parent
790051df59
commit
53eed1b689
12
createDataset/Jenkinsfile
vendored
12
createDataset/Jenkinsfile
vendored
@ -52,11 +52,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('triggerTrain') {
|
||||
steps {
|
||||
build job: "z-s487179-training"
|
||||
}
|
||||
}
|
||||
|
||||
// stage('Archive file') {
|
||||
// steps {
|
||||
// dir ('./createDataset') {
|
||||
@ -65,4 +61,10 @@ pipeline {
|
||||
// }
|
||||
// }
|
||||
}
|
||||
post {
|
||||
success {
|
||||
//Wywołanie projektu evaluation
|
||||
build job: 'z-s487179-training.eg/main', wait: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user