diff --git a/Jenkinsfile b/Jenkinsfile index 396c330..9908904 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,8 +8,8 @@ pipeline { stages { stage('Checkout Code') { steps { - // sh "git pull origin ${BRANCH}" sh "git pull origin ${BRANCH}" + sh "touch demo.php" } } }