From 82a76e5fe27c899dc8863f69b25f59615028288d Mon Sep 17 00:00:00 2001
From: Mattia Mancini <mancini@astron.nl>
Date: Fri, 26 Apr 2019 09:48:31 +0000
Subject: [PATCH] SSB-44: modified jenkinsfile

---
 CAL/Docker/Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CAL/Docker/Jenkinsfile b/CAL/Docker/Jenkinsfile
index 21df31bb464..34b706be18e 100644
--- a/CAL/Docker/Jenkinsfile
+++ b/CAL/Docker/Jenkinsfile
@@ -3,8 +3,8 @@ pipeline {
     stages {
         stage('Where I am') {
             steps {
-                echo $PWD
-                ls $PWD
+                sh 'echo $PWD'
+                sh 'ls $PWD'
             }
         }
 
-- 
GitLab