Loading _docker-build.yml +2 −1 Original line number Diff line number Diff line # Only for backward compatibility, migrate asap your project includes to templates included here! # Only for backward compatibility, migrate ASAP your project includes to templates included here! include: - local: '/packaging-docker/_docker-build.yml' - local: '/deprecation-warning.yml' _packaging.yml +2 −1 Original line number Diff line number Diff line # Only for backward compatibility, migrate asap your project includes to templates included here! # Only for backward compatibility, migrate ASAP your project includes to templates included here! include: - local: '/packaging-docker/dockerfile-linting.yml' - local: '/scanning/container-scanning.yml' - local: '/deprecation-warning.yml' deprecation-warning.yml 0 → 100644 +6 −0 Original line number Diff line number Diff line variables: TEMPLATE_DEPRECATION_MESSAGE: You are including a deprecated CI template from 'redmic-project/gitlab-ci-templates', migrate to current version ASAP! default: before_script: echo "${TEMPLATE_DEPRECATION_MESSAGE}" after_script: echo "${TEMPLATE_DEPRECATION_MESSAGE}" license-listing.yml +3 −2 Original line number Diff line number Diff line # Only for backward compatibility, migrate asap your project include to /scanning/dependency-scanning.yml template! # Only for backward compatibility, migrate ASAP your project include to /scanning/dependency-scanning.yml template! include: # The legacy License Compliance analyzer was deprecated in GitLab 15.9 and removed in GitLab 16.3. # Source: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Jobs/License-Scanning.gitlab-ci.yml template: License-Scanning.gitlab-ci.yml - template: License-Scanning.gitlab-ci.yml - local: '/deprecation-warning.yml' license_scanning: stage: license-list Loading packaging.yml +2 −1 Original line number Diff line number Diff line # Only for backward compatibility, migrate asap your project includes to templates included here! # Only for backward compatibility, migrate ASAP your project includes to templates included here! include: - local: '/packaging-docker/docker-build.yml' - local: '/deprecation-warning.yml' Loading
_docker-build.yml +2 −1 Original line number Diff line number Diff line # Only for backward compatibility, migrate asap your project includes to templates included here! # Only for backward compatibility, migrate ASAP your project includes to templates included here! include: - local: '/packaging-docker/_docker-build.yml' - local: '/deprecation-warning.yml'
_packaging.yml +2 −1 Original line number Diff line number Diff line # Only for backward compatibility, migrate asap your project includes to templates included here! # Only for backward compatibility, migrate ASAP your project includes to templates included here! include: - local: '/packaging-docker/dockerfile-linting.yml' - local: '/scanning/container-scanning.yml' - local: '/deprecation-warning.yml'
deprecation-warning.yml 0 → 100644 +6 −0 Original line number Diff line number Diff line variables: TEMPLATE_DEPRECATION_MESSAGE: You are including a deprecated CI template from 'redmic-project/gitlab-ci-templates', migrate to current version ASAP! default: before_script: echo "${TEMPLATE_DEPRECATION_MESSAGE}" after_script: echo "${TEMPLATE_DEPRECATION_MESSAGE}"
license-listing.yml +3 −2 Original line number Diff line number Diff line # Only for backward compatibility, migrate asap your project include to /scanning/dependency-scanning.yml template! # Only for backward compatibility, migrate ASAP your project include to /scanning/dependency-scanning.yml template! include: # The legacy License Compliance analyzer was deprecated in GitLab 15.9 and removed in GitLab 16.3. # Source: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Jobs/License-Scanning.gitlab-ci.yml template: License-Scanning.gitlab-ci.yml - template: License-Scanning.gitlab-ci.yml - local: '/deprecation-warning.yml' license_scanning: stage: license-list Loading
packaging.yml +2 −1 Original line number Diff line number Diff line # Only for backward compatibility, migrate asap your project includes to templates included here! # Only for backward compatibility, migrate ASAP your project includes to templates included here! include: - local: '/packaging-docker/docker-build.yml' - local: '/deprecation-warning.yml'