X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;h=cb374292e3d49d9120f34456300398768ff39721;hb=refs%2Ftags%2Fv0.4.0;hp=3756473370d1c2c12fcb3394046538121085e9c8;hpb=6a177f2aa47a827ac661f3f5d1bb61035bf83588;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index 37564733..cb374292 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -82,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 @@ -104,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