Commit Graph

84 Commits

Author SHA1 Message Date
karmaking
bb4e082160 add context lines to build failures 2026-01-22 07:39:19 +01:00
karmaking
57f9f30a44 add Github actions conditionals 2026-01-15 11:45:30 +01:00
simonredfern
c40e033e77 Merge remote-tracking branch 'origin/develop' into develop
Fixed following

# Conflicts:
#	.github/workflows/build_container_develop_branch.yml
#	.github/workflows/build_container_non_develop_branch.yml
#	.github/workflows/build_pull_request.yml
2026-01-15 10:43:32 +01:00
karmaking
3a264ed326 fix Github Action 2026-01-14 14:44:19 +01:00
karmaking
bb8af5059d fix restore build pipeline 2026-01-13 17:27:10 +01:00
hongwei
f2b9b2a33d rafactor/ ci(workflows): update branch pattern matching for container build
- Change branch filter pattern from '*' to '**' for improved glob matching
- Ensures workflow triggers on all branches except develop with correct pattern syntax
- Improves CI/CD pipeline reliability by using proper wildcard pattern matching
2026-01-09 11:34:47 +01:00
karmaking
d4605b27d7 merge test error reporting to build action 2026-01-07 19:16:01 +01:00
tesobe-daniel
517f39e9c5
Update cosign-installer action version 2026-01-07 17:19:20 +01:00
tesobe-daniel
b902ad19be
Update cosign-installer action version 2026-01-07 17:17:59 +01:00
hongwei
6eea791193 feature/enhance test reporting and build logging in workflows
Add surefire report plugin and test report artifact uploads
Enable pipefail in maven builds and upload build logs
Remove redundant scala-test-compile execution
2026-01-06 21:39:42 +01:00
karmaking
bbc440170e fix restore build pipeline 2026-01-05 13:24:15 +01:00
simonredfern
a7bac494a4 changing response for v6.0.0 Add User to Group Membership 2025-12-19 09:54:18 +01:00
karmaking
969bd5e30d adapt Github build action 2025-12-17 13:34:50 +01:00
tawoe
310055007a fix container pipeline for non-develop branches 2025-05-23 10:09:44 +02:00
tawoe
58cd8e951f add auto-update container image repo variable 2025-05-12 15:19:57 +02:00
tawoe
936f8bb633 relax auto-update images 2025-05-12 12:51:31 +02:00
tawoe
fc2463a14b auto-update images 2025-05-07 14:33:39 +02:00
tawoe
382d13680f switch pr build pipeline from container to app package 2025-03-20 09:38:36 +01:00
Hongwei
89ee59acfa docfix/removed kafka in yml file 2025-03-07 10:09:10 +01:00
Hongwei
c073aed733 Merge remote-tracking branch 'OBP-API/develop' into develop
# Conflicts:
#	.github/workflows/build_package.yml
2025-03-07 10:05:14 +01:00
Hongwei
dde267b122 refactor/removed "kafka" from yaml, pom and md 2025-03-06 15:45:08 +01:00
tawoe
e98f3522b9 change artifact name 2025-03-03 11:16:35 +01:00
tawoe
bcd887fb24 fix redis in container pipeline 2025-03-03 09:38:47 +01:00
tawoe
2aaa7c55da update github action versions 2025-03-01 12:49:40 +01:00
tawoe
eac4cf4a7a Merge remote-tracking branch 'refs/remotes/UPSTREAM/develop' into develop
# Conflicts:
#	.github/workflows/build_container_develop_branch.yml
#	.github/workflows/build_container_non_develop_branch.yml
#	.github/workflows/build_contributer_container.yml
#	.github/workflows/build_package.yml
2025-02-27 13:09:55 +01:00
Simon Redfern
1c28844aaf
Merge pull request #2439 from OpenBankProject/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 1 to 3
2025-02-27 12:10:05 +01:00
Simon Redfern
3aeb730022
Merge pull request #2438 from OpenBankProject/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 2 to 4
2025-02-27 12:09:36 +01:00
Simon Redfern
f9f39945ea
Merge pull request #2437 from OpenBankProject/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2025-02-27 12:08:29 +01:00
Simon Redfern
10c12e18b2
Merge pull request #2436 from OpenBankProject/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2025-02-27 12:07:58 +01:00
tawoe
24e22655d5 tag PR container images only as 'latest' 2025-02-26 09:01:59 +01:00
tawoe
fd94d27317 fix container workflow for develop 2025-02-25 08:39:11 +01:00
tawoe
4d4edaded8 bugfix develop container 2025-02-24 16:18:39 +01:00
tawoe
69a09a0814 merge package and container building 2025-02-24 15:28:48 +01:00
tawoe
6f89a5939f fix commmit id for developer images 2024-12-03 13:48:50 +01:00
tawoe
4350b0245a fix bug in container pipeline 2024-11-12 15:46:46 +01:00
tawoe
f585348c6e fix bug in container pipeline 2024-11-12 15:41:06 +01:00
dependabot[bot]
3c547cc2e4
Bump github/codeql-action from 1 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-05 13:35:26 +00:00
dependabot[bot]
a4c84772f3
Bump actions/setup-java from 2 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-05 13:35:24 +00:00
dependabot[bot]
0fc96c5f6c
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-05 13:35:21 +00:00
dependabot[bot]
6925ff7d18
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-05 13:35:18 +00:00
tawoe
bab5276997 fix github action artifact upload pull request 2024-11-04 21:17:22 +01:00
tawoe
3df01b7485 fix github action artifact download 2024-11-04 20:48:20 +01:00
tawoe
c890ea3b86 update actions/upload-artifacts 2024-09-10 15:50:32 +02:00
tawoe
cff78c872b Revert "bugfix debug commit: REVERT when done."
This reverts commit 2347581dd5.
2024-06-21 09:37:05 +02:00
tawoe
b3e7d0c591 build jmx container -WIP 2024-06-21 09:35:35 +02:00
tawoe
ea46c1ab51 remove image signing 2024-06-20 14:30:38 +02:00
tawoe
a7b5e70b0a checkout repo 2024-06-20 14:19:24 +02:00
tawoe
3fa208e82b fix artifact paths 2024-06-20 13:45:13 +02:00
tawoe
bd7096cd20 fix docker paths 2024-06-20 13:44:59 +02:00
tawoe
1b947989a5 bugfix get artifact 2024-06-20 13:38:01 +02:00