fix trigger in JenkinsfileTraining

This commit is contained in:
PawelDopierala 2024-05-14 15:36:11 +02:00
parent eda9b6f8ec
commit 8b1a58f696

View File

@ -17,7 +17,7 @@ pipeline {
} }
triggers { triggers {
upstream(upstreamProjects: 's495719-create-dataset', threshold: hudson.model.Result.SUCCESS) upstream(upstreamProjects: 'z-s495719-create-dataset', threshold: hudson.model.Result.SUCCESS)
} }
stages { stages {