You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2020/11/18 10:20:34 UTC

[incubator-hop-docs] 12/42: remove unneeded pull

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 <ha...@gmail.com>
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'