You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URL to job: JENKINS_URL/job/JOB_NAME/buildWithParameters?token=xxx&PARAMETERS=value&PARAMETERS=value&PARAMETERS=value
I need to put token for job (not for user authentification).
With this plugins I don't know how how to do that, because when I put token in base_url, others parameters appear like ?PARAMETERS=value and not &PARAMETERS=value and URL is wrong.
To avoid I need to put token in public form, not very good solution.
What is solution to let increment others parameters ?
And second problem for auth.
I need to put user:token in base_url instead of specific field basic auth.
When I put in basic auth field, not working.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for this plugin.
I would like to use it with Jenkins.
Something I misunderstood.
URL to job:
JENKINS_URL/job/JOB_NAME/buildWithParameters?token=xxx&PARAMETERS=value&PARAMETERS=value&PARAMETERS=value
I need to put token for job (not for user authentification).
With this plugins I don't know how how to do that, because when I put token in base_url, others parameters appear like
?PARAMETERS=value
and not&PARAMETERS=value
and URL is wrong.To avoid I need to put token in public form, not very good solution.
What is solution to let increment others parameters ?
And second problem for auth.
I need to put user:token in base_url instead of specific field basic auth.
When I put in basic auth field, not working.
Thanks!
The text was updated successfully, but these errors were encountered: