Private GIT

Skip to content
Snippets Groups Projects
Commit f67c82ed authored by Matthieu Kermagoret's avatar Matthieu Kermagoret
Browse files

chore(build): package for debian9-armhf in Jenkinsfile.

parent fa7bb2f4
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,12 @@ try {
sh 'cd /opt/centreon-build && git pull && cd -'
sh '/opt/centreon-build/jobs/web/3.5/mon-web-package.sh debian9'
}
},
'debian9-armhf': {
node {
sh 'cd /opt/centreon-build && git pull && cd -'
sh '/opt/centreon-build/jobs/web/3.5/mon-web-package.sh debian9-armhf'
}
}
if ((currentBuild.result ?: 'SUCCESS') != 'SUCCESS') {
error('Package stage failure.');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment