X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;h=d5cc05b71c2cb7aa45b7a66bbada1812d2b86c6f;hb=3c27640062efeefe36adb116d65f5b59c1e6671e;hp=492089da67726f7f1dc4010d043f6118fa18feb1;hpb=5a87383ecf1903ef44cd9d3dbcb53eef3adf4427;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index 492089da..d5cc05b7 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -38,8 +38,7 @@ - lf-provide-maven-settings: global-settings-file: '{global-settings-file}' settings-file: '{settings-file}' - - shell: !include-raw: - - ../shell/docker-login.sh + - shell: !include-raw-escape: ../shell/docker-login.sh - lf-provide-maven-settings-cleanup - builder: @@ -83,6 +82,30 @@ builders: - shell: 'mkdir -p $WORKSPACE/target/classes $WORKSPACE/jacoco/classes' +- builder: + name: lf-infra-deploy-maven-file + # Deploy files to a repository. + # + # The builder requires passing the following parameters + # REPO_ID: Repository ID + # GROUP_ID: Group ID of the repository + # UPLOAD_FILES_PATH: Path to directory containing one or more files + builders: + - lf-maven-install: + mvn-version: '{mvn-version}' + - lf-provide-maven-settings: + global-settings-file: '{global-settings-file}' + settings-file: '{settings-file}' + - inject: + properties-content: | + REPO_ID={repo-id} + GROUP_ID={group-id} + UPLOAD_FILES_PATH={files-dir} + - shell: !include-raw-escape: + - ../shell/lftools-install.sh + - ../shell/deploy-maven-file.sh + - lf-provide-maven-settings-cleanup + - builder: name: lf-maven-install # call maven-target builder with a goal of --version to force Jenkins to @@ -105,6 +128,7 @@ variable: 'GLOBAL_SETTINGS_FILE' - file-id: '{settings-file}' variable: 'SETTINGS_FILE' + - builder: name: lf-provide-maven-settings-cleanup # Clear maven settings files after we are done using them @@ -139,6 +163,13 @@ Parameter to identify a Gerrit project. This is typically the project repo path as exists in Gerrit. For example: ofextensions/circuitsw + - string: + name: STREAM + default: '{stream}' + description: | + Stream is often set to the same name as 'branch' but can + sometimes be used as a name representing a project's release code + name. - string: name: GERRIT_PROJECT default: '{project}'