This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MNG-6772 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 4e0bc112cd5c01f2d48aaa648970a00db175d4e1 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Mon Aug 31 23:54:39 2020 +0200 MNG-6772 Run its --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index eae44cc..aefa229 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,7 +70,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-6772'] } }
