Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(JENKINS-71984): Matrix Authentication conflicting with NowSecure plugin after 3.2 upgrade #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dkieras-nowsecure
Copy link

@dkieras-nowsecure dkieras-nowsecure commented Sep 19, 2023

Jenkins auth-matrix plugin was updated, causing issues with the NowSecure Integration described in https://issues.jenkins.io/browse/JENKINS-71984

Addressed the misuse and conflict caused by the @symbol annotation values (specifically, 'group' caused the conflict with the auth matrix plugin).

Addressed the issue with reflection on incompatible property/getter naming pattern

Updated all unit tests to be filesystem-agnostic to comply with CI running in both Linux and Windows

Testing done

Tested against Jenkins locally after duplicating conflict and proving that this fix resolves it.

Submitter checklist

…with the NowSecure Integration

fix for unpublished artifact
…with the NowSecure Integration

attempted fix to change unix paths in unit tests to universal pathing so as to support the Windows Ci...without a Windows machine
…with the NowSecure Integration

attempted fix to change env vars that are dependent on Linux so as to support the Windows Ci...without a Windows machine
@dkieras-nowsecure dkieras-nowsecure changed the title fix(PI-2365): Jenkins auth-matrix plugin was updated, causing issues … fix(JENKINS-71984): Matrix Authentication conflicting with NowSecure plugin after 3.2 upgrade Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants