1
0

Update seedjob.groovy

This commit is contained in:
Andrea Cavalli 2020-10-06 20:14:42 +02:00
parent fbb4ffe617
commit acab81b5cd

View File

@ -9,7 +9,7 @@ pipelineJob("my-maven-lib") {
git { git {
remote { remote {
url("...") url("...")
branch("*/master") branch("master")
} }
extensions { extensions {
localBranch("master") localBranch("master")