Till Wegmueller
2023-10-09 4ab5f6ba459e8dc01f3b0ef9e687ea1fe7c967b4
Fix mountall invocation

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
3 files modified
6 ■■■■ changed files
ci/encumbered-build.groovy 2 ●●● patch | view | raw | blame | history
ci/illumos-gate-build.groovy 2 ●●● patch | view | raw | blame | history
ci/user-build.groovy 2 ●●● patch | view | raw | blame | history
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') {
ci/illumos-gate-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') {
ci/user-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') {