DO-130/pipeline_doxygen (#5)
[DO-130] Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/5
This commit is contained in:
29
jobs-dsl/jobs/Docs/Eisen/doxygen.groovy
Normal file
29
jobs-dsl/jobs/Docs/Eisen/doxygen.groovy
Normal file
@@ -0,0 +1,29 @@
|
||||
pipelineJob('Docs/Eisen/doxygen') {
|
||||
definition {
|
||||
cpsScm {
|
||||
scm {
|
||||
git {
|
||||
remote {
|
||||
url("${JENKINS_GIT_REPOSITORY_URL}/DevOps/jenkins-pipelines.git")
|
||||
credentials("${JENKINS_GIT_CREDENTIALS_HTTP}")
|
||||
}
|
||||
branch('master')
|
||||
}
|
||||
}
|
||||
scriptPath('pipelines/Docs/Eisen/doxygen.groovy')
|
||||
}
|
||||
}
|
||||
|
||||
properties {
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
|
||||
parameters {
|
||||
string { name('BRANCH')
|
||||
defaultValue('master')
|
||||
}
|
||||
booleanParam { name('onlyUpdatePipeline')
|
||||
defaultValue(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user