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

pipeline testing

parent e2951808
No related branches found
No related tags found
No related merge requests found
...@@ -105,8 +105,9 @@ node { ...@@ -105,8 +105,9 @@ node {
} }
stage('Pull and compile cppunit tests') { stage('Pull and compile cppunit tests') {
sh( sh(
''' '''
ls -la mkdir git
cd git
''' '''
) )
git( git(
...@@ -118,6 +119,7 @@ node { ...@@ -118,6 +119,7 @@ node {
sh( sh(
''' '''
ls -la ls -la
cp -r git/* ./
''' '''
) )
sh(''' sh('''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment