mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
Stop pushing .deb package on stable repo at each commit (#3820)
* Stop pushing .deb package on stable repo at each commit * + align build env with other repos
This commit is contained in:
parent
94f1c89160
commit
b8288140ad
3
centreon-plugins/Jenkinsfile
vendored
3
centreon-plugins/Jenkinsfile
vendored
@ -1,9 +1,6 @@
|
|||||||
|
|
||||||
env.REF_BRANCH = 'master'
|
env.REF_BRANCH = 'master'
|
||||||
if ((env.BRANCH_NAME == env.REF_BRANCH)) {
|
if ((env.BRANCH_NAME == env.REF_BRANCH)) {
|
||||||
env.BUILD = 'REFERENCE'
|
|
||||||
env.REPO = '22.04'
|
|
||||||
} else {
|
|
||||||
env.BUILD = 'CI'
|
env.BUILD = 'CI'
|
||||||
env.REPO = '22.04-unstable'
|
env.REPO = '22.04-unstable'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user