X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;h=c06f0ce208d42162a3bf6842fd0cf7f84c8ec895;hb=refs%2Ftags%2Fv0.44.1;hp=2dd657046f20ed83f2012cc40d18477530ef842e;hpb=5f28702c4a74e49627390ffd108c1beea141a27b;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index 2dd65704..c06f0ce2 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -76,6 +76,8 @@ # Ensure python-tools are installed in case job template does not # call the lf-infra-pre-build macro. - ../shell/python-tools-install.sh + - shell: !include-raw: + - ../shell/sudo-logs.sh - shell: !include-raw: - ../shell/logs-deploy.sh - shell: !include-raw: @@ -521,10 +523,13 @@ name: LOG_DIR default: "" description: "Log dir, example: project-maven-stage-master/17/" - - string: + - choice: name: DISTRIBUTION_TYPE - default: "" - description: "Set to maven for build with parametes" + choices: + - None + - container + - maven + description: "Set to maven for build with parameters" - bool: name: USE_RELEASE_FILE default: "{use-release-file}"