diff --git a/Jenkinsfile b/Jenkinsfile index aa971f2..9908904 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,8 +9,8 @@ pipeline { stage('Checkout Code') { steps { sh "git pull origin ${BRANCH}" + sh "touch demo.php" } - sh "pwd" } } post { @@ -21,4 +21,4 @@ pipeline { echo "Failed to pull code from the repository." } } -} \ No newline at end of file +}