forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove generic polling task (demisto#31411)
* generic polling task was removed and read me file created * Release notes update * release notes update * old playbook deprecated and new version created * release notes added * added image to the old playbook version * deprecated for the playbook * RN updated * added image * removed unnecessary tasks * added more outputs * RN updated * added description * image replaced * added an instance to a test PB * removed tests instances removed from PB this test * removed tests --------- Co-authored-by: Sasha Sokolovich <[email protected]> Co-authored-by: ssokolovich <[email protected]>
- Loading branch information
1 parent
91f5c50
commit 7ca7eeb
Showing
13 changed files
with
773 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
Packs/AzureDevOps/Playbooks/Azure-DevOps-Pipeline-Run_README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
Deprecated. Use azure-devops-pipeline-run command instead. | ||
|
||
## Dependencies | ||
|
||
This playbook uses the following sub-playbooks, integrations, and scripts. | ||
|
||
### Sub-playbooks | ||
|
||
This playbook does not use any sub-playbooks. | ||
|
||
### Integrations | ||
|
||
* AzureDevOps | ||
|
||
### Scripts | ||
|
||
This playbook does not use any scripts. | ||
|
||
### Commands | ||
|
||
* azure-devops-pipeline-run | ||
* azure-devops-pipeline-run-get | ||
|
||
## Playbook Inputs | ||
|
||
--- | ||
|
||
| **Name** | **Description** | **Default Value** | **Required** | | ||
| --- | --- | --- | --- | | ||
| Project Name | The name of the pipeline project. | xsoar | Required | | ||
| Pipeline ID | The ID of the pipeline. | 1 | Required | | ||
| Branch Name | The name of the repository branch which runs the pipeline. | main | Required | | ||
| interval | Indicates how long to wait between each poll. (In seconds) | 1 | Required | | ||
| Timeout | The amount of time until the playbook stops waiting for the process to finish. After this time has passed, the playbook finishes its run, even if it didn't receive confirmation that the remote process completed. (In seconds) | 60 | Required | | ||
|
||
## Playbook Outputs | ||
|
||
--- | ||
|
||
| **Path** | **Description** | **Type** | | ||
| --- | --- | --- | | ||
| AzureDevOps.Project | The result of the search. | unknown | | ||
| AzureDevOps.Project.Pipeline | AzureDevOps Pipeline Object. | unknown | | ||
| AzureDevOps.Project.Pipeline.Run | AzureDevOps Pipeling Run. | unknown | | ||
|
||
## Playbook Image | ||
|
||
--- | ||
|
||
![Azure-DevOps-Pipeline-Run](../doc_files/Azure-DevOps-Pipeline-Run.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
#### Playbooks | ||
|
||
##### Azure-DevOps-Pipeline-Run | ||
|
||
- Deprecated. Use azure-devops-pipeline-run command instead. The generic polling implemented as part of the integration. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.