Update Jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-05-04 15:55:49 +02:00
parent 6a0b357945
commit 36b1428694
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline {
agent any
triggers {
upstream(upstreamProjects: 'z-s464914-create-dataset', threshold: hudson.model.Result.SUCCESS)
}
parameters {
buildSelector (
defaultSelector: lastSuccessful(),