From 493bdabb2f7424bf337cfbfcff6af8f345f0b254 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:48:47 +0200 Subject: [PATCH] pipeline testing --- .../PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pipelines/PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy b/pipelines/PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy index 3d6004d..1fa90a0 100644 --- a/pipelines/PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy +++ b/pipelines/PAD2 Repetitorium/Praktikum 2/jenkinsfile.groovy @@ -108,6 +108,8 @@ node { ''' mkdir git cd git + export WORKSPACE=$(pwd) + echo $WORKSPACE ''' ) git( @@ -119,7 +121,12 @@ node { sh( ''' ls -la - cp -r git/* ./ + pwd + cp -r * ../ + cd .. + export WORKSPACE=$(pwd) + echo $WORKSPACE + ls -la ''' ) sh(''' -- GitLab