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
In Jenkins, from the current build, get the list of change set (the files changed from the previous build)
from the change set get the list of the test file changed (the files stored in a specified folder)
Execute the mutaion only to the test classes that are changed
We can develop and distribute this feature as a Jenkins Shared libraries that for each build return the list of test changed in the change set. This list can be used as targetClasses pit parameter.
To develop this feature we can use these Jenkins functionalities:
Create a task that
The text was updated successfully, but these errors were encountered: