Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d0e56b43
Commit
d0e56b43
authored
Sep 30, 2021
by
Craig Norris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove outdated GitLab version refs from Jobs
Remove outdated GitLab version refs from Jobs doc
parent
fec45f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
doc/ci/jobs/index.md
doc/ci/jobs/index.md
+1
-8
No files found.
doc/ci/jobs/index.md
View file @
d0e56b43
...
...
@@ -45,8 +45,6 @@ Clicking an individual job shows you its job log, and allows you to:
## See why a job failed
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/17782) in GitLab 10.7.
When a pipeline fails or is allowed to fail, there are several places where you
can find the reason:
...
...
@@ -58,8 +56,7 @@ In each place, if you hover over the failed job you can see the reason it failed
![
Pipeline detail
](
img/job_failure_reason.png
)
In
[
GitLab 10.8 and later
](
https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/17814
)
,
you can also see the reason it failed on the Job detail page.
You can also see the reason it failed on the Job detail page.
## The order of jobs in a pipeline
...
...
@@ -87,8 +84,6 @@ For example:
## Group jobs in a pipeline
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/6242) in GitLab 8.12.
If you have many similar jobs, your
[
pipeline graph
](
../pipelines/index.md#visualize-pipelines
)
becomes long and hard
to read.
...
...
@@ -164,8 +159,6 @@ for a single run of the manual job.
## Delay a job
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/21767) in GitLab 11.4.
When you do not want to run a job immediately, you can use the
[
`when:delayed`
](
../jobs/job_control.md#run-a-job-after-a-delay
)
keyword to
delay a job's execution for a certain period.
...
...
Write
Preview
Markdown
is supported
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