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