X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Flf-infra-releasedockerhub.yaml;h=fac51814091452520fb51a80b1e35c4af9a72ec9;hb=refs%2Fheads%2Fmaster;hp=62d07a7102eb2c918febdb178eb4cc631080f7f7;hpb=5fe0aca4a1bbed3e833547d457de6d0c81df0b41;p=ci-management.git diff --git a/jjb/lf-infra-releasedockerhub.yaml b/jjb/lf-infra-releasedockerhub.yaml index 62d07a710..da831e248 100644 --- a/jjb/lf-infra-releasedockerhub.yaml +++ b/jjb/lf-infra-releasedockerhub.yaml @@ -3,66 +3,63 @@ name: lf-onap-releasedockerhub-macro builders: - shell: !include-raw-escape: - - ../shell/run_releasedockerhub.sh - ##- ../shell/run_releasedockerhub.sh "{org} {summary} {verbose} {copy}" - + - ../shell/run_releasedockerhub.sh - job: name: lf-onap-release-docker-hub build-timeout: 90 project-type: freestyle - node: ubuntu1804-docker-8c-8g ## Probably don't need this much + node: ubuntu1804-docker-8c-8g ## Probably don't need this much disable-job: false - disabled: '{disable-job}' + disabled: "{disable-job}" - # Runs once a week + # Runs once a day triggers: - - timed: '@weekly' + - timed: "@daily" -# Define needed parameters for lf-infra-docker-login + # Define needed parameters for lf-infra-docker-login parameters: - string: name: DOCKER_REGISTRY - default: 'nexus3.onap.org' + default: "nexus3.onap.org" - string: name: REGISTRY_PORTS - default: '10002' + default: "10002" - string: name: DOCKERHUB_REGISTRY - default: 'docker.io' + default: "docker.io" -# Define needed parameters for lf-onap-releasedockerhub-macro + # Define needed parameters for lf-onap-releasedockerhub-macro - string: name: RELEASEDOCKERHUB_ORG - default: 'onap' - description: '' + default: "onap" + description: "" - string: name: RELEASEDOCKERHUB_REPO - default: '' - description: 'Only match repos that contains this string' + default: "" + description: "Only match repos that contains this string" - string: name: RELEASEDOCKERHUB_EXACT - default: '' - description: 'Repo has to exactly match RELEASEDOCKERHUB_REPO ' + default: "" + description: "Repo has to exactly match RELEASEDOCKERHUB_REPO " - string: name: RELEASEDOCKERHUB_SUMMARY - default: 'Yes' - description: 'Provides a brief statistic summary of what it found, and what it should do. Activate with Yes' + default: "Yes" + # yamllint disable-line rule:line-length + description: "Provides a brief statistic summary of what it found, and what it should do. Activate with Yes" - string: name: RELEASEDOCKERHUB_VERBOSE - default: '' - description: 'Provides a verbose output of the operations. Activate with Yes' + default: "" + description: "Provides a verbose output of the operations. Activate with Yes" - string: name: RELEASEDOCKERHUB_COPY - default: 'Yes' - description: 'If a copy operation should be done from Nexus3 to docker hub. Activate with Yes' - + default: "Yes" + description: "If a copy operation should be done from Nexus3 to docker hub. Activate with Yes" builders: - - lf-infra-pre-build ## shell/python-tools-install.sh + - lf-infra-pre-build ## shell/python-tools-install.sh - lf-infra-docker-login: - global-settings-file: 'global-settings' - settings-file: 'onap-releasedockerhub-authz-settings' - - lf-onap-releasedockerhub-macro: - + global-settings-file: "global-settings" + settings-file: "onap-releasedockerhub-authz-settings" + - lf-onap-releasedockerhub-macro