next try to fix DA checkout

This commit is contained in:
Clemens Lauermann 2020-04-16 22:43:53 +02:00
parent 867b3800e5
commit da624d2fed

12
Jenkinsfile vendored
View File

@ -1,17 +1,9 @@
pipeline {
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 {
buildDiscarder(logRotator(artifactNumToKeepStr: '0'))
skipDefaultCheckout()
}
parameters {
string(name: 'USERNAME', defaultValue: 'Username', description: 'Benutzername')