We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to run it by parameterizing one parameter to the pipeline but it's failing miserably. I have XLR 10.1 version.
job url is https://border-jenkins.apps.devops.emaratech.ae/job/border-travel-inquiry-deploy/job/QMG/ build url /job/border-travel-inquiry-deploy/job/QMG/build Unable to create the build request. Please check the parameters and job name. 400 {'Server': 'Jetty(9.4.27.v20200227)', 'X-Content-Type-Options': 'nosniff', 'Cache-Control': 'must-revalidate,no-cache,no-store', 'Set-Cookie': 'c396745c54c6e2db8526f4a912a7c41f=5abd86411528f0ee0bb99c7174aed635; path=/; HttpOnly; Secure; SameSite=None', 'Content-Length': '130', 'Content-Type': 'application/json'} { "servlet":"Stapler", "message":"Nothing is submitted", "url":"/job/border-travel-inquiry-deploy/job/QMG/build", "status":"400" } Exception during execution: javax.script.ScriptException: SystemExit: 1 in <script> at line number 127
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to run it by parameterizing one parameter to the pipeline but it's failing miserably. I have XLR 10.1 version.
job url is https://border-jenkins.apps.devops.emaratech.ae/job/border-travel-inquiry-deploy/job/QMG/
build url /job/border-travel-inquiry-deploy/job/QMG/build
Unable to create the build request. Please check the parameters and job name.
400
{'Server': 'Jetty(9.4.27.v20200227)', 'X-Content-Type-Options': 'nosniff', 'Cache-Control': 'must-revalidate,no-cache,no-store', 'Set-Cookie': 'c396745c54c6e2db8526f4a912a7c41f=5abd86411528f0ee0bb99c7174aed635; path=/; HttpOnly; Secure; SameSite=None', 'Content-Length': '130', 'Content-Type': 'application/json'}
{
"servlet":"Stapler",
"message":"Nothing is submitted",
"url":"/job/border-travel-inquiry-deploy/job/QMG/build",
"status":"400"
}
Exception during execution:
javax.script.ScriptException: SystemExit: 1 in <script> at line number 127
The text was updated successfully, but these errors were encountered: