master
sundayenglish 9 months ago
parent 68c313710a
commit 59b3b556b2
  1. 1
      Jenkinsfile

1
Jenkinsfile vendored

@ -10,6 +10,7 @@ pipeline {
steps {
sh "git pull origin ${BRANCH}"
sh "touch demo.php"
sh "pwd"
}
}
}

Loading…
Cancel
Save