added missing global variables
parent
1d9f4af8c1
commit
588c7672c2
|
|
@ -17,6 +17,8 @@
|
||||||
|
|
||||||
def installRetryCount = 0
|
def installRetryCount = 0
|
||||||
def reportRetryCount = 0
|
def reportRetryCount = 0
|
||||||
|
def checkRetryCount = 0
|
||||||
|
def checkRetryCountSec = 0
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue