Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
  • Loading branch information
lewijacn committed Sep 18, 2024
1 parent c895bd4 commit 4649700
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
```
## Inputs
| Name | Required | Example | Description |
|---------------------|----------|----------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|
| jenkins_url | `true` | `"https://my-jenkins-server.com"` | Jenkins URL including http/https protocol |
| job_name | `true` | `"test-job"` | The job name to trigger in Jenkins |
| api_token | `true` | `"jenkins-token"` | The token for authenticating with the Jenkins generic webhook |
| job_params | false | `"GIT_REPO_URL=https://github.com/lewijacn/opensearch-migrations.git,GIT_BRANCH=main"` | Job parameters, separated by a comma, to provide to a Jenkins workflow. Job name will automatically be added as a parameter. |
| job_timeout_minutes | false | 10 | Max time (minutes) this Github Action will wait for completion. Default is 60 minutes |
| Name | Required | Description |
|---------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| jenkins_url | `true` | Jenkins URL including http/https protocol |
| job_name | `true` | The job name to trigger in Jenkins |
| api_token | `true` | The token for authenticating with the Jenkins generic webhook |
| job_params | false | Job parameters, separated by a comma, to provide to a Jenkins workflow. Job name will automatically be added as a parameter.<br/> e.g. `"GIT_REPO_URL=https://github.com/lewijacn/opensearch-migrations.git,GIT_BRANCH=main"` |
| job_timeout_minutes | false | Max time (minutes) this Github Action will wait for completion. Default is 60 minutes |

# Changelog

Expand Down

0 comments on commit 4649700

Please sign in to comment.