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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
31e8721a
Commit
31e8721a
authored
Sep 19, 2016
by
Grzegorz Bizon
Committed by
Kamil Trzcinski
Sep 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix scope of the CI config key nodes in jobs entry
parent
223041fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
lib/gitlab/ci/config/node/job.rb
lib/gitlab/ci/config/node/job.rb
+13
-13
No files found.
lib/gitlab/ci/config/node/job.rb
View file @
31e8721a
...
...
@@ -34,43 +34,43 @@ module Gitlab
end
end
node
:before_script
,
Script
,
node
:before_script
,
Node
::
Script
,
description:
'Global before script overridden in this job.'
node
:script
,
Commands
,
node
:script
,
Node
::
Commands
,
description:
'Commands that will be executed in this job.'
node
:stage
,
Stage
,
node
:stage
,
Node
::
Stage
,
description:
'Pipeline stage this job will be executed into.'
node
:type
,
Stage
,
node
:type
,
Node
::
Stage
,
description:
'Deprecated: stage this job will be executed into.'
node
:after_script
,
Script
,
node
:after_script
,
Node
::
Script
,
description:
'Commands that will be executed when finishing job.'
node
:cache
,
Cache
,
node
:cache
,
Node
::
Cache
,
description:
'Cache definition for this job.'
node
:image
,
Image
,
node
:image
,
Node
::
Image
,
description:
'Image that will be used to execute this job.'
node
:services
,
Services
,
node
:services
,
Node
::
Services
,
description:
'Services that will be used to execute this job.'
node
:only
,
Trigger
,
node
:only
,
Node
::
Trigger
,
description:
'Refs policy this job will be executed for.'
node
:except
,
Trigger
,
node
:except
,
Node
::
Trigger
,
description:
'Refs policy this job will be executed for.'
node
:variables
,
Variables
,
node
:variables
,
Node
::
Variables
,
description:
'Environment variables available for this job.'
node
:artifacts
,
Artifacts
,
node
:artifacts
,
Node
::
Artifacts
,
description:
'Artifacts configuration for this job.'
node
:environment
,
Environment
,
node
:environment
,
Node
::
Environment
,
description:
'Environment configuration for this job.'
helpers
:before_script
,
:script
,
:stage
,
:type
,
:after_script
,
...
...
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