This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/uima-build-jenkins-shared-library.git


The following commit(s) were added to refs/heads/main by this push:
     new cb51cad  [UIMA-6465] Check out code into subfolder of Jenkins workspace
cb51cad is described below

commit cb51cad6ed5465b9fd4f694d65b7c5b3512f3aa5
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Mon May 30 12:02:17 2022 +0200

    [UIMA-6465] Check out code into subfolder of Jenkins workspace
    
    - Disable default checkout
---
 vars/defaultPipeline.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vars/defaultPipeline.groovy b/vars/defaultPipeline.groovy
index 6c4aa32..0ace24b 100644
--- a/vars/defaultPipeline.groovy
+++ b/vars/defaultPipeline.groovy
@@ -50,6 +50,7 @@ def call(body) {
         numToKeepStr: '25',
         artifactNumToKeepStr: '5'
       ))
+      skipDefaultCheckout()
     }
       
     stages {

Reply via email to