mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-03-14 23:00:01 +01:00
Compare commits
2 Commits
86a18e66f7
...
b7130b835d
| Author | SHA1 | Date | |
|---|---|---|---|
| b7130b835d | |||
| e911eee76b |
@@ -10,6 +10,8 @@ stages: # List of stages for jobs, and their order of execution
|
|||||||
- notify
|
- notify
|
||||||
variables:
|
variables:
|
||||||
GIT_SSH_COMMAND: "ssh -i /home/gitlab-runner/.ssh/id_rsa -o IdentitiesOnly=yes"
|
GIT_SSH_COMMAND: "ssh -i /home/gitlab-runner/.ssh/id_rsa -o IdentitiesOnly=yes"
|
||||||
|
CS_IMAGE: r.sectorq.eu/jaydee/builder:amd64
|
||||||
|
|
||||||
notify1:
|
notify1:
|
||||||
stage: notify1 # Should be in a later stage than the job that might fail
|
stage: notify1 # Should be in a later stage than the job that might fail
|
||||||
when: on_success # <-- This is the key keyword
|
when: on_success # <-- This is the key keyword
|
||||||
@@ -41,6 +43,7 @@ include:
|
|||||||
- template: Security/Dependency-Scanning.gitlab-ci.yml
|
- template: Security/Dependency-Scanning.gitlab-ci.yml
|
||||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||||
- template: Security/DAST.gitlab-ci.yml
|
- template: Security/DAST.gitlab-ci.yml
|
||||||
|
- template: Security/Container-Scanning.gitlab-ci.yml
|
||||||
|
|
||||||
build-job: # This job runs in the build stage, which runs first.
|
build-job: # This job runs in the build stage, which runs first.
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
Reference in New Issue
Block a user