From bd913bbe2d08c0efdc5288a940dc150008ddc774 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 29 Jun 2017 11:38:36 -0400 Subject: [PATCH] Fix maven-release job choosing strategy The choosing strategy should be default otherwise the wrong commit is checked out. Change-Id: I398e51440c9fffd58538fea5f12665685c97c725 Signed-off-by: Thanh Ha --- jjb/lf-maven-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/lf-maven-jobs.yaml b/jjb/lf-maven-jobs.yaml index afefd4c9..abaf14ef 100644 --- a/jjb/lf-maven-jobs.yaml +++ b/jjb/lf-maven-jobs.yaml @@ -123,7 +123,7 @@ refspec: '$GERRIT_REFSPEC' branch: '$GERRIT_BRANCH' submodule-recursive: '{submodule-recursive}' - choosing-strategy: gerrit + choosing-strategy: default - job-template: name: '{project-name}-maven-release-{stream}' -- 2.16.6