Marcel Telka
2024-03-31 fe6eb26aea0379562a320c06dbc6a02592af0d7c
ci/illumos-gate-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() {
@@ -17,7 +22,7 @@
            steps {
                sh 'rm -f components/components.mk'
                sh 'rm -f components/depends.mk'
                withPublisher('openindiana.org', 'full') {
                withPublisher('openindiana.org', 'incremental') {
                    sh 'gmake setup'
                }
            }