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