From 5e5e85e70d87dc6cc1aeded05cd365a4ea8780e2 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 12 Apr 2026 10:05:51 -0300 Subject: [PATCH] lesavka/ci: mark Jenkins workspace as git safe.directory --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 72ed1e3..b3cbe41 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,6 +73,7 @@ spec: libgtk-4-dev rm -rf /var/lib/apt/lists/* rustup component add rustfmt llvm-tools-preview clippy + git config --global --add safe.directory "$WORKSPACE" if ! cargo llvm-cov --version >/dev/null 2>&1; then cargo install --locked cargo-llvm-cov fi