Skip to content

Commit

Permalink
Fix entrypoint bug
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 eb6dcf9 commit 6220b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ echo "Running jenkins test on repo: $pr_repo_url and branch: $branch_name"
pipenv run python3 default_webhook_trigger.py \
--jenkins_url="${INPUT_JENKINS_URL}" \
--pipeline_token="${INPUT_API_TOKEN}" \
--job_name="${INPUT_JOB_NAME }" \
--job_name="${INPUT_JOB_NAME}" \
--job_params="${INPUT_JOB_PARAMS}" \
--job_timeout_minutes="${INPUT_JOB_TIMEOUT_MINUTES}"

0 comments on commit 6220b82

Please sign in to comment.