Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-qa-sandbox-group
qa-test-2021-04-07-14-44-15-c11c0e0beb7aa4c0
project-with-pipeline-46fe5837d35c1f0a
Commits
a94b6572
Commit
a94b6572
authored
Apr 07, 2021
by
gitlab-qa
Committed by
gitlab-qa
Apr 07, 2021
Browse files
Add .gitlab-ci.yml
parents
Pipeline
#3598
failed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
a94b6572
test-success
:
tags
:
-
qa-runner-1617807001
script
:
echo 'OK'
test-failure
:
tags
:
-
qa-runner-1617807001
script
:
-
echo 'FAILURE'
-
exit
1
test-tags
:
tags
:
-
invalid
script
:
echo 'NOOP'
test-artifacts
:
tags
:
-
qa-runner-1617807001
script
:
mkdir my-artifacts; echo "CONTENTS" > my-artifacts/artifact.txt
artifacts
:
paths
:
-
my-artifacts/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment