chore(build): remove centos 6 support

This commit is contained in:
Kevin Duret 2020-11-02 12:07:24 +01:00
parent b16acdb8d2
commit 08c1defb1f
1 changed files with 0 additions and 6 deletions

View File

@ -18,12 +18,6 @@ stage('Source') {
try {
stage('Package') {
parallel 'centos6': {
node {
sh 'setup_centreon_build.sh'
sh './centreon-build/jobs/vmware/vmware-package.sh centos6'
}
},
'centos7': {
node {
sh 'setup_centreon_build.sh'