diff --git a/Jenkinsfile b/Jenkinsfile index 932393d..c713926 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any stages { - stage('Checking the Repository') { + stage('Checking the dev branch on linux repository') { steps { script { // <--- Added script block if (isUnix()) {