first commit

master
sundayenglish 9 months ago
parent 8d2a1bc55e
commit e918bf62b4
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -8,12 +8,12 @@ pipeline {
stages {
stage('Checkout Code') {
steps {
// git branch: "${BRANCH}", url: "${GIT_URL}"
echo "Code has been successfully pulled and copied to ${DEST_DIR}"
}
}
stage('Copy Code to Server Directory') {
steps {
// sh "cp -R * ${DEST_DIR}/"
echo "Code has been successfully pulled and copied to ${DEST_DIR}"
}
}
}

Loading…
Cancel
Save