You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make an automatic process (with Github Actions) to check if a plugin version (new or old) is compatible on different versions of SonarQube.
It must be based on our current docker files.
The text was updated successfully, but these errors were encountered:
Yeah, it would be great to have more info, eg not sure what’s meant with the last sentence ”based on our current docker file”. My understanding so far is that something like below needs to be done in the cicd?
the last sentence ”based on our current docker file” means that each ecocode plugin contains a Dockerfile and a docker-compose.yml for local developments by a contributor.
I mean that we can imagine a system based on these files, why not ?
Currently, the different SonarQube compatibilities are mentioned on README.md file inside each ecocode plugin repository.
But why not to have a centralized matrix used for your validation system and referenced in each README.md file.
If you have some ideas, please, feel free to share and discuss about it.
Make an automatic process (with Github Actions) to check if a plugin version (new or old) is compatible on different versions of SonarQube.
It must be based on our current docker files.
The text was updated successfully, but these errors were encountered: