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/08 22:01:22 UTC

[maven] branch MNG-6256 updated (a939654 -> ad21680)

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

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


 discard a939654  [MNG-6256] Surround parameter of echo command with double quotes
     new ad21680  [MNG-6256] Check ITs tests without patch

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a939654)
            \
             N -- N -- N   refs/heads/MNG-6256 (ad21680)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 Jenkinsfile                  | 2 +-
 apache-maven/src/bin/mvn.cmd | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


[maven] 01/01: [MNG-6256] Check ITs tests without patch

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

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

commit ad21680a4d6a8806183739a1c3f1d615fc7fa1d5
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jan 8 22:59:40 2019 +0100

    [MNG-6256] Check ITs tests without patch
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7c580cd..3ebe664 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-6256']
     }
 }