Update Jenkinsfile

This commit is contained in:
s464903 2024-05-11 11:08:36 +02:00
parent 3f6119debe
commit 257c54015d
1 changed files with 7 additions and 0 deletions

7
Jenkinsfile vendored
View File

@ -56,4 +56,11 @@ pipeline {
}
}
}
post {
always {
build job: 's464903-training', wait: false
}
}
}