fritzkink
2023-11-28 0e6b8465e1fa76dd600d4a240e95735e71db5d7c
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() {
@@ -15,7 +20,7 @@
        }
        stage('Gmake Setup') {
            steps {
                withPublisher('hipster-encumbered', 'full') {
                withPublisher('hipster-encumbered', 'incremental') {
                    ignoreEncumberedComponents(['audacity', 'gsm', 'gst-plugins-bad', 'rtmpdump'])
                    sh 'rm -f components/encumbered/components.mk'
                    sh 'rm -f components/encumbered/depends.mk'