Skip to content

Commit

Permalink
[UTI-2480] Mark the proxy param as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Rybakov committed Nov 30, 2022
1 parent c82449f commit 5fbfc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
* `jenkins_url`: **required** Jenkins instance URL
* `jenkins_user`: **required** User name used for authentication
* `jenkins_token`: **required** Jenkins API token that belongs to jenkins_user
* `proxy`: **required** Proxy URL, includes username and password
* `job_name`: **required** for jobs stored in a folder use `{folder-name}/job/{job-name}`
* `job_params`: Valid JSON with key-value params passed to the job
* `job_timeout`: Number of seconds to wait for the action to finish (Default 30)
* `proxy`: Proxy URL, includes username and password
* `async`: Set to true if you want to just trigger the job and dont wait for it to complete (Default false)

### Outputs
Expand Down

0 comments on commit 5fbfc27

Please sign in to comment.