1
0
Fork 0

Update seedjob.groovy

This commit is contained in:
Andrea Cavalli 2020-10-06 20:20:16 +02:00
parent 058e79972d
commit edcdd696b4
1 changed files with 0 additions and 22 deletions

View File

@ -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("td-master")
}
extensions {
localBranch("td-master")
}
}
}
scriptPath("Jenkinsfile")
}
}
}