feat: automatic running train pipeline

This commit is contained in:
Filip Patyk 2023-05-07 19:40:59 +02:00
parent 8232d89f0d
commit 7b444e7684

View File

@ -53,4 +53,9 @@ node {
sh 'ls'
archiveArtifacts artifacts: '*.csv'
}
}
post {
success {
build job: 's424714-training'
}
}