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

pipeline testing

parent 24675187
Branches
No related tags found
No related merge requests found
......@@ -106,29 +106,19 @@ node {
stage('Pull and compile cppunit tests') {
sh(
'''
echo $WORKSPACE
echo $workspace
mkdir git
cd git
export WORKSPACE=$(pwd)
echo $WORKSPACE
ls -la
'''
)
git(
credentialsId: 'codegit',
url: 'https://code.fbi.h-da.de/SS18-REP-PAD2/UnitTests/Praktikum2.git',
changelog: false,
poll: false
poll: false,
wipeOutWorkspace: false
)
sh(
'''
ls -la
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