pipeline build

This commit is contained in:
wikbom 2023-05-10 16:54:19 +02:00
parent 8f03c79a2c
commit eae9e30813
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -38,7 +38,7 @@ node {
archiveArtifacts 'output.csv'
}
stage('Trigger Learning pipeline') {
build 's470618-training'
build job: './s470618-training', wait:false
}
}
}