Skip to content

Commit bbf6ad3

Browse files
barryyosi-panwsdaniel6
authored andcommitted
add retry (#38105)
* add retry * RN * update RN
1 parent 8c7ace2 commit bbf6ad3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Packs/Base/ReleaseNotes/1_39_13.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Scripts
3+
4+
##### ValidateContent
5+
6+
Locked dependencies of the pack to ensure stability for versioned core packs. No changes in this release

Packs/Base/TestPlaybooks/ValidateContent_-_Test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ tasks:
9393
scriptarguments:
9494
entry_id:
9595
simple: ${lastCompletedTaskEntries}
96+
retry-count:
97+
simple: "1"
9698
separatecontext: false
9799
continueonerrortype: ""
98100
view: |-

Packs/Base/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Base",
33
"description": "The base pack for Cortex XSOAR.",
44
"support": "xsoar",
5-
"currentVersion": "1.39.12",
5+
"currentVersion": "1.39.13",
66
"author": "Cortex XSOAR",
77
"serverMinVersion": "6.0.0",
88
"url": "https://www.paloaltonetworks.com/cortex",

0 commit comments

Comments
 (0)