Skip to content

Commit

Permalink
chore(build): temporary remove build of debian packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Sep 6, 2018
1 parent e783828 commit 83acffb
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Jenkinsfile
Expand Up @@ -33,15 +33,15 @@ try {
failedNewAll: '0'
])
}
},
'debian9': {
node {
sh 'setup_centreon_build.sh'
sh './centreon-build/jobs/web/18.10/mon-web-unittest.sh debian9'
junit 'ut.xml'
if (currentBuild.result == 'UNSTABLE')
currentBuild.result = 'FAILURE'
}
// },
// 'debian9': {
// node {
// sh 'setup_centreon_build.sh'
// sh './centreon-build/jobs/web/18.10/mon-web-unittest.sh debian9'
// junit 'ut.xml'
// if (currentBuild.result == 'UNSTABLE')
// currentBuild.result = 'FAILURE'
// }
}
if ((currentBuild.result ?: 'SUCCESS') != 'SUCCESS') {
error('Unit tests stage failure.');
Expand All @@ -54,12 +54,12 @@ try {
sh 'setup_centreon_build.sh'
sh './centreon-build/jobs/web/18.10/mon-web-package.sh centos7'
}
},
'debian9': {
node {
sh 'setup_centreon_build.sh'
sh './centreon-build/jobs/web/18.10/mon-web-package.sh debian9'
}
// },
// 'debian9': {
// node {
// sh 'setup_centreon_build.sh'
// sh './centreon-build/jobs/web/18.10/mon-web-package.sh debian9'
// }
}
if ((currentBuild.result ?: 'SUCCESS') != 'SUCCESS') {
error('Package stage failure.');
Expand Down

0 comments on commit 83acffb

Please sign in to comment.