forked from Hg/htlle-da-vorlage
next try to fix DA checkout
This commit is contained in:
parent
867b3800e5
commit
da624d2fed
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -1,17 +1,9 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'docker-lehrer' }
|
agent { label 'docker-lehrer' }
|
||||||
environment {
|
|
||||||
GIT_COMMIT_AUTHOR = """${sh(
|
|
||||||
returnStdout: true,
|
|
||||||
script: 'git show -s --pretty=%an'
|
|
||||||
)}"""
|
|
||||||
GIT_COMMIT_COMMENT = """${sh(
|
|
||||||
returnStdout: true,
|
|
||||||
script: 'git show -s --format=%s'
|
|
||||||
)}"""
|
|
||||||
}
|
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(artifactNumToKeepStr: '0'))
|
buildDiscarder(logRotator(artifactNumToKeepStr: '0'))
|
||||||
|
skipDefaultCheckout()
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'USERNAME', defaultValue: 'Username', description: 'Benutzername')
|
string(name: 'USERNAME', defaultValue: 'Username', description: 'Benutzername')
|
||||||
|
Loading…
Reference in New Issue
Block a user