Skip to content

Commit

Permalink
SRE-2887 ci: Disable Jenkins prehook
Browse files Browse the repository at this point in the history
Disable Jenkins pre-commit githook until the new instance of Jenkins
will be available.

Doc-only: true

Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Feb 28, 2025
1 parent 28e9717 commit 437e0bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utils/githooks/pre-commit.d/30-Jenkinsfile.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2317
#
# Copyright 2023-2024 Intel Corporation.
# Copyright 2025 Hewlett Packard Enterprise Development LP
Expand All @@ -19,6 +20,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}"
Expand Down

0 comments on commit 437e0bb

Please sign in to comment.