From c4cdc0579371df93e2e24de7d04f9c273167e347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=B6hler?= <lukas.koehler@h-da.de> Date: Mon, 27 Aug 2018 21:58:55 +0200 Subject: [PATCH] pipeline testing --- pipelines/PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pipelines/PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy b/pipelines/PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy index 6f66320..b30714a 100644 --- a/pipelines/PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy +++ b/pipelines/PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy @@ -107,12 +107,9 @@ node { sh( ''' ls -la + mkdir git ''' ) - def exists = fileExists 'git' - if (!exists) { - new File('git').mkdir() - } dir('git') { git( credentialsId: 'codegit', -- GitLab