Till Wegmueller
2023-10-03 4191807432cad09cb71b9fafa1aed32ca6831c84
Switch to jenkinshelper for package change detection

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
1 files modified
2 ■■■ changed files
ci/user-build.groovy 2 ●●● patch | view | raw | blame | history
ci/user-build.groovy
@@ -25,7 +25,7 @@
        stage('Gmake Publish') {
            steps {
                withPublisher('openindiana.org', 'incremental') {
                    sh 'gmake publish -k'
                    sh './tools/jenkinshelper.ksh -s build_changed'
                }
            }
        }