Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Merge Hotfix mon 14520 rebuild symfony cache during upgrade (#11497)
Browse files Browse the repository at this point in the history
* chore(install): update version to 22.04.2

* Update Jenkinsfile
  • Loading branch information
chgautier authored Aug 4, 2022
1 parent 46cee1b commit cee5d3b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def stableBranch = "22.04.x"
def devBranch = "dev-22.04.x"
env.REF_BRANCH = stableBranch
env.PROJECT='centreon-web'
if (env.CHANGE_BRANCH.startsWith('hotfix-') || env.BRANCH_NAME.startsWith('release-')) {
if (env.BRANCH_NAME.startsWith("hotfix-") || env.BRANCH_NAME.startsWith("release-")) {
env.BUILD = 'RELEASE'
env.REPO = 'testing'
env.DELIVERY_STAGE = 'Delivery to testing'
Expand Down
2 changes: 1 addition & 1 deletion www/install/insertBaseConf.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Insert version
--

INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '22.04.1');
INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '22.04.2');

--
-- Contenu de la table `contact`
Expand Down
20 changes: 20 additions & 0 deletions www/install/php/Update-22.04.2.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php

/*
* Copyright 2005 - 2022 Centreon (https://www.centreon.com/)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* For more information : [email protected]
*
*/

0 comments on commit cee5d3b

Please sign in to comment.