Skip to content
Snippets Groups Projects
Commit 493bdabb authored by Lukas Köhler's avatar Lukas Köhler
Browse files

pipeline testing

parent e3804d29
No related branches found
No related tags found
No related merge requests found
......@@ -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('''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment