David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
ci/encumbered-build.groovy
@@ -6,6 +6,11 @@
        }
    }
    stages {
        stage('Ensure is ready to build') {
            steps {
                sh 'pfexec /usr/sbin/mountall -F nfs || exit 0'
            }
        }
        stage('Git Checkout') {
            steps {
                withSharedWs() {
@@ -28,11 +33,6 @@
                withPublisher('hipster-encumbered', 'incremental') {
                    sh 'gmake -C components/encumbered publish -k'
                }
            }
        }
        stage('copy packages') {
            steps {
                pkgcopyEncumbered()
            }
        }
        stage('update system') {