Update seedjob.groovy
This commit is contained in:
parent
fbb4ffe617
commit
acab81b5cd
@ -9,7 +9,7 @@ pipelineJob("my-maven-lib") {
|
|||||||
git {
|
git {
|
||||||
remote {
|
remote {
|
||||||
url("...")
|
url("...")
|
||||||
branch("*/master")
|
branch("master")
|
||||||
}
|
}
|
||||||
extensions {
|
extensions {
|
||||||
localBranch("master")
|
localBranch("master")
|
||||||
|
Loading…
Reference in New Issue
Block a user