This is an automated email from the ASF dual-hosted git repository. mcasters pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git
commit dff04935df398a1602657af65f3852b5fe9a7802 Author: Hans Van Akelyen <[email protected]> AuthorDate: Sun Nov 8 15:58:02 2020 +0100 remove unneeded pull --- Jenkinsfile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ef72dd7..a27a95d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,18 +39,6 @@ pipeline { echo 'Using PATH = ' + env.PATH } } - stage('Cleanup') { - steps { - echo 'Cleaning up the workspace' - deleteDir() - } - } - stage('Checkout') { - steps { - echo 'Checking out branch ' + env.BRANCH_NAME - checkout scm - } - } stage('checkout Hop Code') { when { branch 'master'
