sundayenglish 9 months ago
parent d2cc014741
commit 11eeb5d891
  1. 2
      pipeline.groovy

@ -10,7 +10,7 @@ pipeline {
steps {
sh "cd ${DEST_DIR} && git pull origin ${BRANCH}"
// sh "touch demo.php"
sh "pwd"
sh "ls -la"
}
}
}

Loading…
Cancel
Save