fix: trigger on php branch
parent
19bb2252e9
commit
e11c753c63
|
@ -8,7 +8,7 @@ official_image = ""
|
|||
pipeline {
|
||||
agent any
|
||||
triggers {
|
||||
upstream(upstreamProjects: "../debian-php/master", threshold: hudson.model.Result.SUCCESS)
|
||||
upstream(upstreamProjects: "../debian-php/trunk", threshold: hudson.model.Result.SUCCESS)
|
||||
}
|
||||
stages {
|
||||
stage('Build image') {
|
||||
|
|
Loading…
Reference in New Issue