@ -9,8 +9,8 @@ pipeline {
stage('Checkout Code') {
steps {
sh "git pull origin ${BRANCH}"
sh "touch demo.php"
}
sh "pwd"
post {