You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/03/28 21:59:18 UTC

[maven] branch MNG-5001-t updated: [MNG-5001] Run ITs

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

slachiewicz pushed a commit to branch MNG-5001-t
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-5001-t by this push:
     new 9cbe0ef  [MNG-5001] Run ITs
9cbe0ef is described below

commit 9cbe0ef978b5da0a34cb7fe6de8dee7645cb7885
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Mar 28 22:58:27 2020 +0100

    [MNG-5001] Run ITs
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 313fbb8..97b7c42 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -66,7 +66,7 @@ node(jenkinsEnv.nodeSelection(osNode)) {
             }
         }
 
-        tests = resolveScm source: [$class: 'GitSCMSource', credentialsId: '', id: '_', remote: 'https://gitbox.apache.org/repos/asf/maven-integration-testing.git', traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait'], [$class: 'GitToolSCMSourceTrait', gitTool: 'Default']]], targets: [BRANCH_NAME, 'master']
+        tests = resolveScm source: [$class: 'GitSCMSource', credentialsId: '', id: '_', remote: 'https://gitbox.apache.org/repos/asf/maven-integration-testing.git', traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait'], [$class: 'GitToolSCMSourceTrait', gitTool: 'Default']]], targets: [BRANCH_NAME, 'MNG-5001']
     }
 }