master
sundayenglish 9 months ago
parent 1866ab1a94
commit c6ca0a549f
  1. 12
      Jenkinsfile

12
Jenkinsfile vendored

@ -8,17 +8,9 @@ pipeline {
stages { stages {
stage('Checkout Code') { stage('Checkout Code') {
steps { steps {
// Jenkins Git plugin will handle the clone and checkout automatically sh "git pull origin ${BRANCH}"
// checkout([
// $class: 'GitSCM',
// branches: [[name: "*/${BRANCH}"]],
// userRemoteConfigs: [[url: GIT_URL]]
// ])
sh "cd /projects"
sh "pwd"
sh "git --version"
} }
sh "pwd"
} }
} }
post { post {

Loading…
Cancel
Save