Considere o recorte de um arquivo .gitlab-ci.yml que traz al...
Próximas questões
Com base no mesmo assunto
Ano: 2022
Banca:
FCC
Órgão:
TRT - 22ª Região (PI)
Prova:
FCC - 2022 - TRT - 22ª Região (PI) - Analista Judiciário - Tecnologia da Informação |
Q1986124
Programação
Considere o recorte de um arquivo .gitlab-ci.yml que traz algumas opções de configuração de um pipeline GitLab CI/CD,
nas seções que são separadas pelas global keywords.
stages: - sync - prepare - build-images
...I..: interruptible: true timeout: 90m
workflow: # regras
variables: # variáveis
...II...:
- local: .gitlab/ci/*.gitlab-ci.yml - remote: 'https://gitlab.com/gitlab-org/frontend/-/merge_request_pipelines.yml'
As global keywords I e II correspondem, correta e respectivamente, a
stages: - sync - prepare - build-images
...I..: interruptible: true timeout: 90m
workflow: # regras
variables: # variáveis
...II...:
- local: .gitlab/ci/*.gitlab-ci.yml - remote: 'https://gitlab.com/gitlab-org/frontend/-/merge_request_pipelines.yml'
As global keywords I e II correspondem, correta e respectivamente, a