From: Mike Marchetti Date: Fri, 23 Jun 2017 14:55:52 +0000 (-0400) Subject: fix project X-Git-Tag: v8.0-start~13 X-Git-Url: https://osm.etsi.org/gitweb/?p=test.git;a=commitdiff_plain;h=420ea4339904d907d53714bfa47f972d56350285 fix project Signed-off-by: Mike Marchetti --- diff --git a/Jenkinsfile b/Jenkinsfile index d0bc7ac..de3bcc9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ properties([ parameters([ string(defaultValue: env.GERRIT_BRANCH, description: '', name: 'GERRIT_BRANCH'), - string(defaultValue: env.GERRIT_PROJEC, description: '', name: 'GERRIT_PROJECT'), + string(defaultValue: env.GERRIT_PROJECT, description: '', name: 'GERRIT_PROJECT'), string(defaultValue: env.GERRIT_REFSPEC, description: '', name: 'GERRIT_REFSPEC'), string(defaultValue: env.GERRIT_PATCHSET_REVISION, description: '', name: 'GERRIT_PATCHSET_REVISION'), ])