From: Thanh Ha Date: Thu, 29 Jun 2017 15:38:36 +0000 (-0400) Subject: Fix maven-release job choosing strategy X-Git-Tag: v0.4.1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=b262f61b380786d69b60c890c30eae1fe28ad227;hp=af3db4b5361d4ef71a37aed82fb75055201ffe31;p=releng%2Fglobal-jjb.git 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 --- 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}'