Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consistent build pipeline #147

Open
elbaer opened this issue Apr 7, 2022 · 1 comment
Open

consistent build pipeline #147

elbaer opened this issue Apr 7, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@elbaer
Copy link

elbaer commented Apr 7, 2022

Im Lab wird das gleiche Artefakt mehrfach gebaut. Ich habe folgende Jobs identifiert:

  • build_application
  • test_application
  • build_image (implizit via Dockerfile)

Nach Rücksprache mit @chrira sind wir übereingekommen, dass das nicht wirklich best practise ist.
Folgende Lösungsidee haben wir uns überlegt:

  • cache aktivieren, damit gradle zwischen build_application und test_application überprüfen kann, ob das Artefakt bereits vorhanden ist
  • artifacts im test_application benutzen, damit das dockerfile im build_image job dieses als quelle benutzen kann
@RetGal
Copy link
Contributor

RetGal commented Apr 11, 2022

War mir ebenfalls aufgefallen. Ich hatte sogar etwas mit dem Cache herumgepröbelt, aber es leider auf die schnelle nicht zum laufen gebracht :(

@chrira chrira added the enhancement New feature or request label Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants