steps {
environmentVariables {
env('BranchName', "${branchName}") env('RepoUrl', "${repoUrl}") } dsl { external('Src\\Jenkins\\GitFolders.groovy') external('Src\\Jenkins\\GitIncremental.groovy') external('Src\\Jenkins\\GitFull.groovy') removeAction('DELETE') removeViewAction('DELETE') ignoreExisting(false) }}jobDsl {- additionalClasspath(String value)
- failOnMissingPlugin(boolean value)
- ignoreExisting(boolean value)
- ignoreMissingFiles(boolean value)
- lookupStrategy(String value)
- removedConfigFilesAction(String value)
- removedJobAction(String value)
- removedViewAction(String value)
- sandbox(boolean value)
- scriptText(String value)
- targets(String value)
- unstableOnDeprecation(boolean value)
- useScriptText(Boolean value)
}
jobDsl { targets("""Src/Jenkins/GitFolders.groovySrc/Jenkins/GitIncremental.groovySrc/Jenkins/GitFull.groovy""") removedJobAction('DELETE') removedViewAction('DELETE') ignoreExisting(false) ignoreMissingFiles(true) }