gerrit plugin builds need to use version-properties.sh
Need to use version-properties.sh instead of maven-properties.sh. The script filename was changed in change 688bdd459e85cd93c35435e03285355da536f26c Change-Id: If79b90e99972e8d8bd218af2ff7cbc440336229c
This commit is contained in:
parent
c5da9c008d
commit
2acf4fd97b
@ -16,9 +16,9 @@
|
|||||||
git clone -b {gerrit-branch} {gerrit-project}
|
git clone -b {gerrit-branch} {gerrit-project}
|
||||||
git clone -b {plugin-branch} {plugin-project} gerrit/plugins/{plugin-name}
|
git clone -b {plugin-branch} {plugin-project} gerrit/plugins/{plugin-name}
|
||||||
cd gerrit/plugins/{plugin-name}
|
cd gerrit/plugins/{plugin-name}
|
||||||
/usr/local/jenkins/slave_scripts/maven-properties.sh
|
/usr/local/jenkins/slave_scripts/version-properties.sh
|
||||||
- inject:
|
- inject:
|
||||||
properties-file: gerrit/plugins/{plugin-name}/maven.properties
|
properties-file: gerrit/plugins/{plugin-name}/version.properties
|
||||||
- install-buck
|
- install-buck
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user