jenkinsci / pipeline-agent-build-history-plugin

Agent Build History with pipeline jobs for Jenkins
https://plugins.jenkins.io/pipeline-agent-build-history/
MIT License
2 stars 2 forks source link

avoid failure with full checkout of Jenkinsfile #22

Closed mawinter69 closed 4 months ago

mawinter69 commented 4 months ago

when a pipeline checks out the Jenkinsfile with a full checkout and not a lightweight, the FlowStartNode actually gets a workspace assigned. This is not a usage of the built-in node that should be tracked so we just ignore everything that is not the correct type.

update to depend on 2.440.1 instead of a weekly

fixes #21

Testing done

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] 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