Commit 335efc7b authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Avisa por defecto en jobs de plantillas obsoletas

parent aa5e575d
Loading
Loading
Loading
Loading
+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'
+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'
+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}"
+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
+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'