From 9ed2ca4c25e9f9663c8961cbeea738eca02a17b1 Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 27 Aug 2024 20:01:12 +0100 Subject: [PATCH] DIsable webci due to lack of priv mode --- Jenkinsfile | 2 +- jenkins-vars.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f46d1d4..7d34667 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { DIST_IMAGE = 'ubuntu' MULTIARCH='true' CI='true' - CI_WEB='true' + CI_WEB='false' CI_PORT='3000' CI_SSL='true' CI_DELAY='120' diff --git a/jenkins-vars.yml b/jenkins-vars.yml index c84e0a0..7c6b0bb 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -19,7 +19,7 @@ repo_vars: - DIST_IMAGE = 'ubuntu' - MULTIARCH='true' - CI='true' - - CI_WEB='true' + - CI_WEB='false' - CI_PORT='3000' - CI_SSL='true' - CI_DELAY='120'