From e11c753c6332c85fd46a877602e29a5bbe542493 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 23 Jun 2020 14:00:12 +0200 Subject: [PATCH] fix: trigger on php branch --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {