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
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
If the remote job doesn't have any parameters it rejects being run with /buildWithParameters:
This results in logging like the following in the remote calling job:
JENKINS_URL: https://jenkins.pci-us-west-2.optimizely.net
JOB_NAME: clientbuildserver-promote-staging-tags
The whole list of values is 'token=[*******]'
PARAMS: token=[*******]
Calling REMOTE_JOB_URL: https://jenkins.pci-us-west-2.optimizely.net/job/clientbuildserver-promote-staging-tags/buildWithParameters?token=[*******]
No QUEUED_URL was found. Did you remember to set a token (-t)?
Build step 'Execute shell' marked build as failure
[BFA] Scanning build for known causes...
[BFA] No failure causes found
[BFA] Done. 0s
Finished: FAILURE
I had to add a dummy parameter to the job to make it work.
The text was updated successfully, but these errors were encountered:
They explained in the script that only buildWithParameters is the way to get the job number url.
workaround you can use is to add a dummy parameter to your job.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the remote job doesn't have any parameters it rejects being run with
/buildWithParameters
:This results in logging like the following in the remote calling job:
I had to add a dummy parameter to the job to make it work.
The text was updated successfully, but these errors were encountered: