summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/publishers/fixtures/cifs-full.xml4
-rw-r--r--tests/publishers/fixtures/cifs-full.yaml2
-rw-r--r--tests/publishers/fixtures/ftp-full.xml4
-rw-r--r--tests/publishers/fixtures/ftp-full.yaml2
-rw-r--r--tests/publishers/fixtures/ssh-full.xml4
-rw-r--r--tests/publishers/fixtures/ssh-full.yaml2
6 files changed, 18 insertions, 0 deletions
diff --git a/tests/publishers/fixtures/cifs-full.xml b/tests/publishers/fixtures/cifs-full.xml
index 363348be..0399fc5e 100644
--- a/tests/publishers/fixtures/cifs-full.xml
+++ b/tests/publishers/fixtures/cifs-full.xml
@@ -21,6 +21,10 @@
</transfers>
<useWorkspaceInPromotion>false</useWorkspaceInPromotion>
<usePromotionTimestamp>false</usePromotionTimestamp>
+ <retry class="jenkins.plugins.publish_over_cifs.CifsRetry">
+ <retries>99</retries>
+ <retryDelay>12345</retryDelay>
+ </retry>
</jenkins.plugins.publish__over__cifs.CifsPublisher>
</publishers>
<continueOnError>false</continueOnError>
diff --git a/tests/publishers/fixtures/cifs-full.yaml b/tests/publishers/fixtures/cifs-full.yaml
index 830e28d1..60af1dbe 100644
--- a/tests/publishers/fixtures/cifs-full.yaml
+++ b/tests/publishers/fixtures/cifs-full.yaml
@@ -10,3 +10,5 @@ publishers:
fail-on-error: true
flatten: true
verbose: true
+ retries: 99
+ retry-delay: 12345
diff --git a/tests/publishers/fixtures/ftp-full.xml b/tests/publishers/fixtures/ftp-full.xml
index e36cad8b..5b8854c1 100644
--- a/tests/publishers/fixtures/ftp-full.xml
+++ b/tests/publishers/fixtures/ftp-full.xml
@@ -22,6 +22,10 @@
</transfers>
<useWorkspaceInPromotion>false</useWorkspaceInPromotion>
<usePromotionTimestamp>false</usePromotionTimestamp>
+ <retry class="jenkins.plugins.publish_over_ftp.BapFtpRetry">
+ <retries>99</retries>
+ <retryDelay>12345</retryDelay>
+ </retry>
</jenkins.plugins.publish__over__ftp.BapFtpPublisher>
</publishers>
<continueOnError>false</continueOnError>
diff --git a/tests/publishers/fixtures/ftp-full.yaml b/tests/publishers/fixtures/ftp-full.yaml
index bd6da185..46a126cd 100644
--- a/tests/publishers/fixtures/ftp-full.yaml
+++ b/tests/publishers/fixtures/ftp-full.yaml
@@ -10,3 +10,5 @@ publishers:
fail-on-error: true
flatten: true
verbose: true
+ retries: 99
+ retry-delay: 12345
diff --git a/tests/publishers/fixtures/ssh-full.xml b/tests/publishers/fixtures/ssh-full.xml
index 5a526490..42b97bbd 100644
--- a/tests/publishers/fixtures/ssh-full.xml
+++ b/tests/publishers/fixtures/ssh-full.xml
@@ -24,6 +24,10 @@
</transfers>
<useWorkspaceInPromotion>false</useWorkspaceInPromotion>
<usePromotionTimestamp>false</usePromotionTimestamp>
+ <retry class="jenkins.plugins.publish_over_ssh.BapSshRetry">
+ <retries>99</retries>
+ <retryDelay>12345</retryDelay>
+ </retry>
</jenkins.plugins.publish__over__ssh.BapSshPublisher>
</publishers>
<continueOnError>false</continueOnError>
diff --git a/tests/publishers/fixtures/ssh-full.yaml b/tests/publishers/fixtures/ssh-full.yaml
index fe6e94a1..151a4924 100644
--- a/tests/publishers/fixtures/ssh-full.yaml
+++ b/tests/publishers/fixtures/ssh-full.yaml
@@ -14,3 +14,5 @@ publishers:
always-publish-from-master: true
flatten: true
verbose: true
+ retries: 99
+ retry-delay: 12345