fix: trigger on php branch

This commit is contained in:
chris 2020-06-23 14:00:12 +02:00
parent 19bb2252e9
commit e11c753c63
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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') {