diff --git a/Jenkinsfile b/Jenkinsfile index 8558e30..932393d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,11 +1,12 @@ pipeline { agent any stages { - stage('Test') { + stage('Checking the Repository') { steps { script { // <--- Added script block if (isUnix()) { echo "Unix" + echo "dev" sh 'ls -lha' } else { echo "Windows"