Till Wegmueller
2023-10-09 332bc2281fe2c29dd660a404b160175a3a7319ad
Ensure build does not fail at mounting as it may already be mounted

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 'pfexec /usr/sbin/mountall -F nfs'
                sh 'pfexec /usr/sbin/mountall -F nfs || exit 0'
            }
        }
        stage('Git Checkout') {
ci/illumos-gate-build.groovy
@@ -8,7 +8,7 @@
    stages {
        stage('Ensure is ready to build') {
            steps {
                sh 'pfexec /usr/sbin/mountall -F nfs'
                sh 'pfexec /usr/sbin/mountall -F nfs || exit 0'
            }
        }
        stage('Git Checkout') {
ci/user-build.groovy
@@ -8,7 +8,7 @@
    stages {
        stage('Ensure is ready to build') {
            steps {
                sh 'pfexec /usr/sbin/mountall -F nfs'
                sh 'pfexec /usr/sbin/mountall -F nfs || exit 0'
            }
        }
        stage('Git Checkout') {