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 9d698fb911 - Show all commits

2
Jenkinsfile vendored
View File

@@ -89,7 +89,6 @@ def canaryShouldRun = true
node { node {
timestamps { timestamps {
ansiColor('xterm') {
try { try {
stage('Checkout') { stage('Checkout') {
checkout scm checkout scm
@@ -149,5 +148,4 @@ node {
} }
} }
} }
}
} }