Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added waitForJobCompletion input parameter and result-url output parameter #2

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

PDLMobileApps
Copy link

In this PR, I am adding the following input parameter to the action:

  • waitForJobCompletion - If true, wait for the job to be completed. If false, run the job and exit. Default is true.

I am also adding the following output parameter to the action:

  • result-url - The ACCELQ URL to access the job results

The waitForJobCompletion parameters allows to use this action in a fire-and-forget manner, which is particularly useful when the execution of the ACCELQ job requires a large amount of time and should be completed independently from the CI pipeline job.
Coupled with the result-url output parameter, it becomes possible to return the ACCELQ job URL to the CI job so that it can be posted, for instance, to a Slack channel for later access.

Moreover, I added a complete description of the actions parameters to the README file to help understanding how to use this action.

@PDLMobileApps PDLMobileApps changed the title Added waitForJobCompletion input parameter and result-urloutput parameter Added waitForJobCompletion input parameter and result-url output parameter Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant