Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon-widget-global-health
Commits
5a9dedec
Unverified
Commit
5a9dedec
authored
Jan 13, 2021
by
Kevin Duret
Committed by
GitHub
Jan 13, 2021
Browse files
chore(ci): use discoverGitReferenceBuild instead of reference build (#28)
parent
d9b43786
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
5a9dedec
...
...
@@ -67,13 +67,13 @@ try {
])
}
discoverGitReferenceBuild
()
recordIssues
(
enabledForFailure:
true
,
failOnError:
true
,
qualityGates:
[[
threshold:
1
,
type:
'DELTA'
,
unstable:
false
]],
tool:
phpCodeSniffer
(
id:
'phpcs'
,
name:
'phpcs'
,
pattern:
'codestyle-be.xml'
),
trendChartType:
'NONE'
,
referenceJobName:
'centreon-widget-global-health/master'
trendChartType:
'NONE'
)
if
((
env
.
BUILD
==
'RELEASE'
)
||
(
env
.
BUILD
==
'REFERENCE'
))
{
...
...
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