This commit is contained in:
Mateusz 2024-05-04 11:30:47 +02:00
parent 795b91c695
commit 979785f5b7

4
Jenkinsfile vendored
View File

@ -3,8 +3,8 @@ pipeline {
dockerfile true dockerfile true
} }
pipelineTriggers { triggers {
upstream(upstreamProjects: 'z-s464913-create-dataset', threshold: hudson.model.Result.SUCCESS) upstream(upstreamProjects: 'z-s464913-create-dataset', threshold: SUCCESS)
} }
parameters { parameters {