You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/08/09 08:42:32 UTC

[maven] branch jetty created (now 48fb9d5)

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

tibordigana pushed a change to branch jetty
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at 48fb9d5  integrated with the branch core-its/jetty

This branch includes the following new commits:

     new 48fb9d5  integrated with the branch core-its/jetty

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven] 01/01: integrated with the branch core-its/jetty

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch jetty
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 48fb9d5b8f3c434f0d50ddcd7ef2614c314e8ad1
Author: tibordigana <ti...@apache.org>
AuthorDate: Fri Aug 9 10:42:16 2019 +0200

    integrated with the branch core-its/jetty
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5d5d998..0e67e1e 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, 'jetty']
     }
 }