Triggers modyfi
Some checks failed
s426206-training/pipeline/head There was a failure building this commit

This commit is contained in:
Jan Nowak 2021-05-16 09:00:14 +02:00
parent 27e33c4ab7
commit 01f52a026f

View File

@ -1,6 +1,9 @@
pipeline {
agent any
properties([[$class: 'GogsProjectProperty', gogsBranchFilter: '', gogsSecret: <object of type hudson.util.Secret>, gogsUsePayload: false], pipelineTriggers([upstream('s426206-create-dataset')])])
agent any
triggers {
upstream(upstreamProjects: "s426206-create-dataset",
threshold: hudson.model.Result.SUCCESS)
}
parameters {
string(
defaultValue: '',