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

Issue-315: Processing Queue ID as a long value #353

Merged
merged 1 commit into from
Aug 9, 2024

Commits on Jul 13, 2024

  1. Issue-315: Processing Queue ID as a long value

    Queue ID retured from Jenkins can be a Long value. This is due to a recent update which resulted in the queue IDs returning a random long values instead of sequential integers. The jenkins-rest API expects this to be an Integer value. As a result, calls to jobsApi().buildWithParameters and then attempting to retrieve the queue ID will fail/return null.
    
    This PR fixes the JobsApi and QueueApi to deal with the new long values.
    
    Please refer to issue [315](cdancy#315)
    Akhil Mehra committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    beaeb45 View commit details
    Browse the repository at this point in the history