9 Commits

Author SHA1 Message Date
a8561c702f Fix failure
All checks were successful
Tests / Declarative: Post Actions passed: 14
CI-Multi/pipeline/pr-main This commit looks good
2026-02-16 21:02:37 +01:00
9dd5896703 Trigger a failure
Some checks failed
CI-Multi/pipeline/head There was a failure building this commit
Tests / Declarative: Post Actions No test results found
CI-Multi/pipeline/pr-main There was a failure building this commit
2026-02-15 19:37:27 +01:00
05ee4d96f6 Fix failure 2026-02-15 19:28:08 +01:00
9f5cbc8d45 Trigger a failure
Some checks failed
CI-Multi/pipeline/pr-main Build started...
Tests / Declarative: Post Actions No test results found
CI-Multi/pipeline/head There was a failure building this commit
2026-02-15 19:23:31 +01:00
365eab8688 Fix failure
Some checks failed
Tests / Declarative: Post Actions No test results found
OB/TallerCiCd/pipeline/pr-main Something is wrong with the build of this commit
2026-02-15 19:21:37 +01:00
7b927b4243 Trigger a failure 2026-02-15 19:19:30 +01:00
3a0aa50c0f Fix failure 2026-02-15 19:12:06 +01:00
da7e1375fe Trigger a failure
Some checks failed
Tests / Declarative: Post Actions No test results found
CI-Multi/pipeline/pr-main There was a failure building this commit
2026-02-15 18:52:03 +01:00
74fdb3acb5 Update jenkinsfile.ci
All checks were successful
Tests / Declarative: Post Actions passed: 14
CI-Multi/pipeline/pr-main This commit looks good
2026-02-15 18:43:26 +01:00

View File

@@ -25,7 +25,7 @@ pipeline {
returnStdout: true returnStdout: true
).trim() ).trim()
} }
echo "Wenas"
echo "CI build for commit ${env.COMMIT_SHORT} by ${env.COMMIT_AUTHOR}" echo "CI build for commit ${env.COMMIT_SHORT} by ${env.COMMIT_AUTHOR}"
} }
} }