From 4ab5f6ba459e8dc01f3b0ef9e687ea1fe7c967b4 Mon Sep 17 00:00:00 2001
From: Till Wegmueller <toasterson@gmail.com>
Date: Mon, 09 Oct 2023 11:59:56 +0200
Subject: [PATCH] Fix mountall invocation

---
 ci/encumbered-build.groovy |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ci/encumbered-build.groovy b/ci/encumbered-build.groovy
index e1593ef..d84a4e3 100644
--- a/ci/encumbered-build.groovy
+++ b/ci/encumbered-build.groovy
@@ -8,7 +8,7 @@
     stages {
         stage('Ensure is ready to build') {
             steps {
-                sh 'mountall -F nfs
+                sh 'pfexec /usr/sbin/mountall -F nfs'
             }
         }
         stage('Git Checkout') {

--
Gitblit v1.9.3