Introduces Regression for 32 and 64 bit threadx and smp kernel in Debug, MinSizeRel and Release configuration #4

Merged
alex merged 79 commits from feature/test into main 2026-04-02 14:09:29 +01:00
Showing only changes of commit 6b16e22ba6 - Show all commits

3
Jenkinsfile vendored
View File

@@ -28,8 +28,7 @@ def resolveImageCommit(String image) {
sh(
script: """
set -eu
id
whoami
docker login
docker pull "${image}" >/dev/null
docker image inspect --format='{{ index .Config.Labels "git-commit" }}' "${image}"
""",