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
2b9afbd1
Commit
2b9afbd1
authored
Mar 10, 2022
by
Charles Gautier
Committed by
Charles Gautier
Apr 26, 2022
Browse files
alma8 enabled (#52)
Co-authored-by:
Zakaria Guennoune
<
83596451+zguennoune02@users.noreply.github.com
>
parent
38670c9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
2b9afbd1
...
...
@@ -132,16 +132,16 @@ try {
stash
name:
"rpms-centos7"
,
includes:
'output/noarch/*.rpm'
sh
'rm -rf output'
}
}
/*
'RPM packaging
centos
8': {
}
,
'RPM packaging
alma
8'
:
{
node
{
checkoutCentreonBuild
(
buildBranch
)
sh "./centreon-build/jobs/widgets/${serie}/widget-package.sh
centos
8"
archiveArtifacts artifacts: 'rpms-
centos
8.tar.gz'
stash name: "rpms-
centos
8", includes: 'output/noarch/*.rpm'
sh
"./centreon-build/jobs/widgets/${serie}/widget-package.sh
alma
8"
archiveArtifacts
artifacts:
'rpms-
alma
8.tar.gz'
stash
name:
"rpms-
alma
8"
,
includes:
'output/noarch/*.rpm'
sh
'rm -rf output'
}
}
*/
}
if
((
currentBuild
.
result
?:
'SUCCESS'
)
!=
'SUCCESS'
)
{
error
(
'Unit tests stage failure.'
);
}
...
...
@@ -151,7 +151,7 @@ try {
stage
(
'Delivery'
)
{
node
{
checkoutCentreonBuild
(
buildBranch
)
//
unstash 'rpms-
centos
8'
unstash
'rpms-
alma
8'
unstash
'rpms-centos7'
sh
"./centreon-build/jobs/widgets/${serie}/widget-delivery.sh"
}
...
...
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