-
Notifications
You must be signed in to change notification settings - Fork 16
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
incrementals:incrementalify
fails with NPE when <version>
missing
#73
Open
ravin-accelq opened this issue
Aug 16, 2023
· 5 comments
· Fixed by jenkinsci/accelq-ci-connect-plugin#17
Open
incrementals:incrementalify
fails with NPE when <version>
missing
#73
ravin-accelq opened this issue
Aug 16, 2023
· 5 comments
· Fixed by jenkinsci/accelq-ci-connect-plugin#17
Labels
bug
Something isn't working
Comments
Adding more info with a reproduction case: With JDK11:
With JDK17:
|
Looks related to Line 124 in b7f14f3
|
Found the issue: the markup |
Fixing end user problem: jenkins-infra/helpdesk#3711 (comment) Worth adding a validation checker to cover the case of missing |
Re opened for fixing the null pointer |
jglick
changed the title
Issue with running mvn incrementals command it throws a NullPointerException
Jan 8, 2024
incrementals:incrementalify
fails with NPE when <version>
missing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jenkins and plugins versions report
[ERROR] Failed to execute goal io.jenkins.tools.incrementals:incrementals-maven-plugin:1.7:incrementalify (default-cli) on project accelq-ci-connect: Execution default-cli of goal io.jenkins.tools.incrementals:incrementals-maven-plugin:1.7:incrementalify failed.: NullPointerException -> [Help 1]
https://github.com/jenkinsci/accelq-ci-connect-plugin
What Operating System are you using (both controller, and any agents involved in the problem)?
Windows
Reproduction steps
Just run mvn incrementals:incrementalify on repo
https://github.com/jenkinsci/accelq-ci-connect-plugin
Expected Results
Expected to run mvn command successfully
Actual Results
Nullpointer exception
Anything else?
No response
The text was updated successfully, but these errors were encountered: