[JENKINS-75008] Replace outdated poll SCM icon with play symbol #48
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[JENKINS-75008] Replace outdated poll SCM icon with play symbol
The play symbol is used by the "Scan repository" button for multibranch Pipelines and is used by the "Build Now" button for all jobs. Make the poll SCM plugin consistent with other usages by switching to the play icon.
JENKINS-75008 is the bug report
Testing done
Created a freestyle project that uses a git repository and enabled polling in the job definition so that the "Poll now" button was visible in the sidepanel. Confirmed that the button in the sidepanel was correct. Confirmed that clicking the button in the side panel performed a poll of the repository.
Ran the automated tests and confirmed that they pass with the changes.
Submitter checklist