Till Wegmueller
2023-10-09 33a37d9ec965c719de8dd89ebfe34af49d9bfaf2
Make sure NFS mounts are mounted for build

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
3 files modified
15 ■■■■■ changed files
ci/encumbered-build.groovy 5 ●●●●● patch | view | raw | blame | history
ci/illumos-gate-build.groovy 5 ●●●●● patch | view | raw | blame | history
ci/user-build.groovy 5 ●●●●● patch | view | raw | blame | history
ci/encumbered-build.groovy
@@ -6,6 +6,11 @@
        }
    }
    stages {
        stage('Ensure is ready to build') {
            steps {
                sh 'mountall -F nfs
            }
        }
        stage('Git Checkout') {
            steps {
                withSharedWs() {
ci/illumos-gate-build.groovy
@@ -6,6 +6,11 @@
        }
    }
    stages {
        stage('Ensure is ready to build') {
            steps {
                sh 'mountall -F nfs
            }
        }
        stage('Git Checkout') {
            steps {
                withSharedWs() {
ci/user-build.groovy
@@ -6,6 +6,11 @@
        }
    }
    stages {
        stage('Ensure is ready to build') {
            steps {
                sh 'mountall -F nfs
            }
        }
        stage('Git Checkout') {
            steps {
                withSharedWs() {