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
Is your feature request related to a problem? Please describe.
GreenIT & waste of resources
Describe the solution you'd like
Github actions which build jenkins agents should only be built in case a PR includes changes for the given agent.
E.g. there's no need to build the nodejs14 agent, if nodejs16 agent is changed.
Describe alternatives you've considered
N/A
Additional context
There are github actions or commands available which provide the path of files changed within the PR. Based on this input the decision can be taken to only build a specific agent.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
GreenIT & waste of resources
Describe the solution you'd like
Github actions which build jenkins agents should only be built in case a PR includes changes for the given agent.
E.g. there's no need to build the nodejs14 agent, if nodejs16 agent is changed.
Describe alternatives you've considered
N/A
Additional context
There are github actions or commands available which provide the path of files changed within the PR. Based on this input the decision can be taken to only build a specific agent.
The text was updated successfully, but these errors were encountered: