jenkinsci / jenkinsci/conditional-buildstep-plugin
[JENKINS-60842] Add version-comparision to Conditional Buildstep plugin
- Dominant language
- Java
- Stars
- 17
- Forks
- 39
- Avg merge
- 23h 17m
- Merged PRs (30d)
- 1
Description
I use Jenkins to build releases of software with multiple dependencies and, some times, need to do things differently depending on a dependency's version...
Some versions can be compared as numbers, but not all. It would be very useful to be able to compare things like 1.3 against 1.2.1.1, or 1.3a vs. 1.3b.
Python's LooseVersion can be used as a reference. Thank you!
---
Originally reported by
unitedmarsupials, imported from: Add version-comparision to Conditional Buildstep plugin
domi
Raw content of original issue
I use Jenkins to build releases of software with multiple dependencies and, some times, need to do things differently depending on a dependency's version...
Some versions can be compared as numbers, but not all. It would be very useful to be able to compare things like 1.3 against 1.2.1.1, or 1.3a vs. 1.3b.
Python's LooseVersion can be used as a reference. Thank you!
Contributor guide
Assessment
This issue has not been assessed yet.