Repository: maven Updated Branches: refs/heads/MNG-6109 862e8e4e3 -> f3f981022
[MNG-6109] PluginDescriptor doesn't read since value of parameter There's no specific IT, just a unittest, so itBranch should stay on master Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f3f98102 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f3f98102 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/f3f98102 Branch: refs/heads/MNG-6109 Commit: f3f981022f9157e9d74a9d9dfef7ae102c4d0593 Parents: 862e8e4 Author: rfscholte <rfscho...@apache.org> Authored: Thu Feb 9 11:00:17 2017 +0100 Committer: rfscholte <rfscho...@apache.org> Committed: Thu Feb 9 11:00:17 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/f3f98102/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 1436f9e..5b82d78 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'10':'5'))]) -def itBranch='MNG-6109' +def itBranch='master' try { node('ubuntu') {