-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
No way to get the job parameters? #470
Comments
You can get job parameters if your job already executed once
|
That's how to get parameters from a build. I would like to get them from the Job itself. |
@dtrunk90 if desperate, you could fetch the job XML and parse it: String xml = jenkinsServer.getJobXml(jobName) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shouldn't the parameters be part of the
JobWithDetails
object?The text was updated successfully, but these errors were encountered: