pipeline build

This commit is contained in:
wikbom 2023-05-10 16:50:13 +02:00
parent 43b4e67eda
commit 8f03c79a2c
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -38,9 +38,7 @@ node {
archiveArtifacts 'output.csv' archiveArtifacts 'output.csv'
} }
stage('Trigger Learning pipeline') { stage('Trigger Learning pipeline') {
steps {
build 's470618-training' build 's470618-training'
}
} }
} }
} }