The pipelines CI is controlled by labels that have the ci: prefix.
Example: Where today mysql would trigger all MySQL-related stages, in the future the label ci:mysql should do the same
After merge, create two INFRA follow-ups:
Let the shared library be scanned for .ci.cambpm files
Provide the global shared library in a format so that it can be properly reused in our tests (=> may have some complexity if compiling the global shared library requires more dependencies)
Hints (optional):
Implement this is in the shared library so that the individual Jenkinsfiles remain unchanged (=> avoids heavy backporting efforts and interruptions for ongoing development)