force unstable stability and delivery

This commit is contained in:
tuntoja 2025-03-31 10:44:02 +02:00
parent 43b338ad1d
commit 0d790e7ee2
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ jobs:
script: | script: |
const getStability = (branchName) => { const getStability = (branchName) => {
switch (true) { switch (true) {
case /(^develop$)|(^dev-\d{2}\.\d{2}\.x$)/.test(branchName): case /(^develop$)|(^dev-\d{2}\.\d{2}\.x$)|(^tun-develop-force-all-plugins-build-and-delivery$)/.test(branchName):
return 'unstable'; return 'unstable';
case /(^release.+)|(^hotfix.+)/.test(branchName): case /(^release.+)|(^hotfix.+)/.test(branchName):
return 'testing'; return 'testing';

View File

@ -15,7 +15,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
package centreon::plugins::script_custom; package centreon::plugins::script_custom;