8 Commits

Author SHA1 Message Date
9dd5896703 Trigger a failure
Some checks failed
Tests / Declarative: Post Actions No test results found
CI-Multi/pipeline/head 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
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -23,7 +23,7 @@ from app.settings import settings
def _sort_builds(builds: List[Dict]) -> List[Dict]:
return sorted(builds, key=lambda build: build.get("number", 0), reverse=True)
return sorted(builds, key=lambda build: build.get("number", 0), reverse=True)
def normalize_build(build: Dict) -> Dict: