jenkinsci / aws-sqs-trigger-plugin

https://plugins.jenkins.io/aws-sqs-trigger/
MIT License
0 stars 9 forks source link

Do not make AWSCredentials if credentialsId is null, instead pass null to constructor #5

Open coreyjackwilson opened 1 year ago

coreyjackwilson commented 1 year ago

Do not make AWSCredentials if credentialsId is null, instead pass null to constructor

Testing done

### Submitter checklist
- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [ ] Ensure that the pull request title represents the desired changelog entry
- [ ] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue