From c8f90623a3b929eb388414b0f10afce39ba63f50 Mon Sep 17 00:00:00 2001 From: Tomasz Gromadzki Date: Fri, 28 Feb 2025 12:10:07 +0100 Subject: [PATCH] SRE-2887 ci: Disable Jenkins prehook Disable Jenkins pre-commit githook until the new instance of Jenkins will be available. Doc-only: true Signed-off-by: Tomasz Gromadzki --- utils/githooks/pre-commit.d/30-Jenkinsfile.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/githooks/pre-commit.d/30-Jenkinsfile.sh b/utils/githooks/pre-commit.d/30-Jenkinsfile.sh index f1f44d80989..bb6193664be 100755 --- a/utils/githooks/pre-commit.d/30-Jenkinsfile.sh +++ b/utils/githooks/pre-commit.d/30-Jenkinsfile.sh @@ -19,6 +19,10 @@ if [ -z "$(_git_diff_cached_files "Jenkinsfile")" ] ; then exit 0 fi +echo "Temporary skipping as the old Jenkins instance is not accessible" +echo "Pre-hook will be restored after new instance of Jenkins will be fully operational" +exit 0 + echo "Checking syntax" HOST="${HOST:-build.hpdd.intel.com}"