Till Wegmüller
2023-10-22 5c47f5522cebb5cf2a4e764a796d109c12293916
Add all steps into script section

Signed-off-by: Till Wegmüller <toasterson@gmail.com>
1 files modified
5 ■■■■■ changed files
ci/user-build.groovy 5 ●●●●● patch | view | raw | blame | history
ci/user-build.groovy
@@ -45,9 +45,10 @@
                    script {
                        def last_build = Jenkins.instance.getItem('OpenIndiana').getItem('Userland').lastSuccessfulBuild
                        def last_commit = commitHashForBuild(last_build)
                        echo "Last successfull build $last_commit"
                        sh './tools/jenkinshelper-main.ksh -s build_changed $last_commit'
                    }
                    echo "Last successfull build $last_commit"
                    sh './tools/jenkinshelper-main.ksh -s build_changed $last_commit'
                }
            }
        }