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-connectors
Commits
1d0c3c04
Commit
1d0c3c04
authored
May 20, 2019
by
Matthieu Kermagoret
Browse files
feat(build): publish build report in Jenkinsfile.
parent
784b010d
Changes
1
Show whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
1d0c3c04
...
...
@@ -22,6 +22,14 @@ stage('Source') {
}
sh
"./centreon-build/jobs/connector/${serie}/mon-connector-source.sh"
source
=
readProperties
file:
'source.properties'
publishHTML
([
allowMissing:
false
,
keepAll:
true
,
reportDir:
'summary'
,
reportFiles:
'index.html'
,
reportName:
'Centreon Connector Build Artifacts'
,
reportTitles:
''
])
env
.
VERSION
=
"${source.VERSION}"
env
.
RELEASE
=
"${source.RELEASE}"
}
...
...
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