diff --git a/Jenkinsfile b/Jenkinsfile index d2e58f9..3762939 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {