devonfw / cobigen

Code-based Incremental Generator
Apache License 2.0
35 stars 70 forks source link

Enhance devonfw organization board management script #1599

Open jan-vcapgemini opened 2 years ago

jan-vcapgemini commented 2 years ago

Currently the github/zenhub board management script only supports one static team board definition. This results in our board being reset automatically after each github actions build of the organization project e.g. Research being added again automatically. We need to enhance the script to detect team specific board files (connected by team id) and load these instead.

Actions to take:

f.e. the file team_cobigen_templates.json located in organization/boards/ gets detected by loadPipelineDefinition and loads the team workflow automatically.

Hints: