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 2019/01/03 22:07:23 UTC

[maven] 01/01: [MNG-6513] Migrate ITs Javadoc Plexus to Plexus Annotations

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

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

commit 08e47935c8a0b30666ff1eaff99c40d743c37463
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Jan 3 23:07:07 2019 +0100

    [MNG-6513] Migrate ITs Javadoc Plexus to Plexus Annotations
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7c580cd..4901ee7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -59,7 +59,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-6513']
     }
 }