diff --git a/Jenkinsfile b/Jenkinsfile index 6402012..07c667c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,6 +11,7 @@ pipeline { steps { echo 'Starting build step...' sh 'ls scripts' + sh 'cat scripts/build.sh' sh './scripts/build.sh' } }