Marcel Telka
2024-02-06 10bd893ffb5d1e100ccd4ff131fe3df1e97e4853
jenkinshelper.ksh: fix parallel config for publish

1 files modified
2 ■■■ changed files
tools/jenkinshelper.ksh 2 ●●● patch | view | raw | blame | history
tools/jenkinshelper.ksh
@@ -59,7 +59,7 @@
    for f in $(git diff --name-only HEAD..origin/oi/hipster | grep Makefile; exit 0); do
        echo "jenkinshelper: building for ${f%/*}..."
        curpwd=$(pwd)
        cd "${f%/*}" && gmake clean && COMPONENT_BUILD_ARGS=-j$(psrinfo -t -c) gmake publish
        cd "${f%/*}" && gmake clean && gmake PARALLEL_JOBS=$(psrinfo -t -c) publish
        rc=$?
        cd "${curpwd}"
        echo "jenkinshelper: done with ${f%/*} return code ${rc}"