Skip to content

Commit

Permalink
feat(gitlab): enhance pipeline management with optional parameters
Browse files Browse the repository at this point in the history
- Add optional parameters for pipeline management: wait, timeout, and interval.

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Oct 20, 2024
1 parent dc95fb1 commit d9319a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ Pass the variables to the triggered pipeline:
* insecure - Optional. Allow insecure SSL connections. Default as `false`.
* variables - Optional. Variables to be passed to the triggered pipeline. Default as empty. example: `key1=value01,key2=value02`.
* debug - Optional. show the debug message.
* wait - Optional. wait for pipeline to complete
* timeout - Optional. timeout waiting for pipeline to complete
* interval - Optional. interval waiting for pipeline to complete

0 comments on commit d9319a7

Please sign in to comment.