diff --git a/jenkins/Hono-Release-Pipeline.groovy b/jenkins/Hono-Release-Pipeline.groovy index 4206a33219..62ebd88f19 100644 --- a/jenkins/Hono-Release-Pipeline.groovy +++ b/jenkins/Hono-Release-Pipeline.groovy @@ -142,6 +142,7 @@ spec: checkout([$class : 'GitSCM', branches : [[name: "${params.BRANCH}"]], doGenerateSubmoduleConfigurations: false, + extensions : [[$class: 'LocalBranch', localBranch: "**"]], userRemoteConfigs : [[credentialsId: 'github-bot-ssh', url: 'ssh://git@github.com/eclipse/hono.git']]]) } }