| ... | @@ -114,6 +114,10 @@ module Gitlab |
... | @@ -114,6 +114,10 @@ module Gitlab |
|
|
description: 'Set the tags.',
|
|
description: 'Set the tags.',
|
|
|
inherit: true
|
|
inherit: true
|
|
|
|
|
|
|
|
|
entry :artifacts, Entry::Artifacts,
|
|
|
|
description: 'Artifacts configuration for this job.',
|
|
|
|
inherit: true
|
|
|
|
|
|
|
entry :only, Entry::Policy,
|
|
entry :only, Entry::Policy,
|
|
|
description: 'Refs policy this job will be executed for.',
|
|
description: 'Refs policy this job will be executed for.',
|
|
|
default: Entry::Policy::DEFAULT_ONLY,
|
|
default: Entry::Policy::DEFAULT_ONLY,
|
| ... | @@ -139,10 +143,6 @@ module Gitlab |
... | @@ -139,10 +143,6 @@ module Gitlab |
|
|
description: 'Environment variables available for this job.',
|
|
description: 'Environment variables available for this job.',
|
|
|
inherit: false
|
|
inherit: false
|
|
|
|
|
|
|
|
entry :artifacts, Entry::Artifacts,
|
|
|
|
|
description: 'Artifacts configuration for this job.',
|
|
|
|
|
inherit: false
|
|
|
|
|
|
|
|
|
|
entry :environment, Entry::Environment,
|
|
entry :environment, Entry::Environment,
|
|
|
description: 'Environment configuration for this job.',
|
|
description: 'Environment configuration for this job.',
|
|
|
inherit: false
|
|
inherit: false
|
| ... | |
... | |
| ... | | ... | |