diff --git a/Jenkinsfile b/Jenkinsfile index 8558e30..157b5c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,11 +1,12 @@ pipeline { agent any stages { - stage('Test') { + stage('Checking branch main on linux repository') { steps { script { // <--- Added script block if (isUnix()) { echo "Unix" + echo "main" sh 'ls -lha' } else { echo "Windows"