Triggers modyfi
Some checks failed
s426206-training/pipeline/head There was a failure building this commit
Some checks failed
s426206-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
27e33c4ab7
commit
01f52a026f
@ -1,6 +1,9 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
properties([[$class: 'GogsProjectProperty', gogsBranchFilter: '', gogsSecret: <object of type hudson.util.Secret>, gogsUsePayload: false], pipelineTriggers([upstream('s426206-create-dataset')])])
|
triggers {
|
||||||
|
upstream(upstreamProjects: "s426206-create-dataset",
|
||||||
|
threshold: hudson.model.Result.SUCCESS)
|
||||||
|
}
|
||||||
parameters {
|
parameters {
|
||||||
string(
|
string(
|
||||||
defaultValue: '',
|
defaultValue: '',
|
||||||
|
Loading…
Reference in New Issue
Block a user