[MNG-6109] PluginDescriptor doesn't read since value of parameter
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/862e8e4e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/862e8e4e Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/862e8e4e Branch: refs/heads/MNG-6109 Commit: 862e8e4e3a2b857eeeb4761a1568c15ebb442932 Parents: 76b539e Author: rfscholte <rfscho...@apache.org> Authored: Wed Feb 8 21:55:30 2017 +0100 Committer: rfscholte <rfscho...@apache.org> Committed: Wed Feb 8 21:55:30 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/862e8e4e/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 5b82d78..1436f9e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'10':'5'))]) -def itBranch='master' +def itBranch='MNG-6109' try { node('ubuntu') {