Update seedjob.groovy
This commit is contained in:
parent
7f7ccf3955
commit
b5f8fe0ed2
@ -1,22 +0,0 @@
|
||||
#!/usr/bin/env groovy
|
||||
// see https://jenkinsci.github.io/job-dsl-plugin/ and https://jenkinsci.github.io/job-dsl-plugin/#path/pipelineJob
|
||||
|
||||
pipelineJob("my-maven-lib") {
|
||||
displayName("My Maven Lib")
|
||||
definition {
|
||||
cpsScm {
|
||||
scm {
|
||||
git {
|
||||
remote {
|
||||
url("...")
|
||||
branch("*/master")
|
||||
}
|
||||
extensions {
|
||||
localBranch("master")
|
||||
}
|
||||
}
|
||||
}
|
||||
scriptPath("Jenkinsfile")
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user