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-tactical-overview
Commits
e526bea0
Commit
e526bea0
authored
Jun 14, 2022
by
Luiz Costa
Browse files
Fix DISTRIB variable for release
parent
1152472a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
e526bea0
...
...
@@ -149,7 +149,7 @@ try {
dir
(
'centreon-widget-tactical-overview'
)
{
checkout
scm
}
sh
'docker run -i --entrypoint "/src/centreon-widget-tactical-overview/ci/scripts/widget-deb-package.sh" -w "/src" -v "$PWD:/src" -e "DISTRIB=
Debian11
" -e "VERSION=$VERSION" -e "RELEASE=$RELEASE" registry.centreon.com/centreon-debian11-dependencies:22.10'
sh
'docker run -i --entrypoint "/src/centreon-widget-tactical-overview/ci/scripts/widget-deb-package.sh" -w "/src" -v "$PWD:/src" -e "DISTRIB=
bullseye
" -e "VERSION=$VERSION" -e "RELEASE=$RELEASE" registry.centreon.com/centreon-debian11-dependencies:22.10'
stash
name:
'Debian11'
,
includes:
'*.deb'
archiveArtifacts
artifacts:
"*.deb"
}
...
...
ci/scripts/widget-deb-package.sh
View file @
e526bea0
...
...
@@ -26,7 +26,7 @@ cp -rv /src/$PROJECT/ci/debian /build/$PROJECT/
ls
-lart
cd
/build/
$PROJECT
debmake
-f
"
${
AUTHOR
}
"
-e
"
${
AUTHOR_EMAIL
}
"
-u
"
$VERSION
"
-y
-r
"
$
RELEASE
"
debmake
-f
"
${
AUTHOR
}
"
-e
"
${
AUTHOR_EMAIL
}
"
-u
"
$VERSION
"
-y
-r
"
$
DISTRIB
"
debuild-pbuilder
cd
/build
...
...
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