Skip to content
GitLab
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
87b658ea
Unverified
Commit
87b658ea
authored
Mar 09, 2022
by
Charles Gautier
Committed by
GitHub
Mar 09, 2022
Browse files
fix(ci):alma8 enabled (#51)
parent
8a38db93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
87b658ea
...
...
@@ -66,15 +66,15 @@ try {
stash
name:
'el7-rpms'
,
includes:
"output/x86_64/*.rpm"
archiveArtifacts
artifacts:
"output/x86_64/*.rpm"
}
},
/*
'packaging
centos
8': {
},
'packaging
alma
8'
:
{
node
(
"C++"
)
{
checkoutCentreonBuild
()
sh "./centreon-build/jobs/connector/${serie}/mon-connector-package.sh
centos
8"
stash name: '
el
8-rpms', includes: "output/x86_64/*.rpm"
sh
"./centreon-build/jobs/connector/${serie}/mon-connector-package.sh
alma
8"
stash
name:
'
alma
8-rpms'
,
includes:
"output/x86_64/*.rpm"
archiveArtifacts
artifacts:
"output/x86_64/*.rpm"
}
},
*/
},
'Sonar analysis and Quality Gate'
:
{
node
(
"C++"
)
{
checkoutCentreonBuild
()
...
...
@@ -98,7 +98,7 @@ try {
stage
(
'Delivery'
)
{
node
(
"C++"
)
{
unstash
'el7-rpms'
//
unstash '
el
8-rpms'
unstash
'
alma
8-rpms'
checkoutCentreonBuild
()
sh
"./centreon-build/jobs/connector/${serie}/mon-connector-delivery.sh"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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