summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDong Ma <winterma.dong@gmail.com>2017-06-11 17:15:44 +0800
committerDong Ma <winterma.dong@gmail.com>2017-06-11 17:15:44 +0800
commitf0e874106ee878e492e3d1131856231965581c9f (patch)
tree20e043e870f04b2f53ff8d462b65b3f0d886cf5d
parentbd0c1f33b8ff2ec64f5bd39792fb00f42600a893 (diff)
downloadpython-jenkins-job-builder-f0e874106ee878e492e3d1131856231965581c9f.tar.gz
python-jenkins-job-builder-f0e874106ee878e492e3d1131856231965581c9f.tar.xz
python-jenkins-job-builder-f0e874106ee878e492e3d1131856231965581c9f.zip
Update examples filename
Update examples filename from '*complete*' to '*full*' to make all filename consistent. Change-Id: I37d3f9bf43cae455639fc2611e33734ea2c24ebc
-rw-r--r--jenkins_jobs/modules/builders.py4
-rw-r--r--jenkins_jobs/modules/publishers.py26
-rw-r--r--tests/builders/fixtures/http-request-full.xml (renamed from tests/builders/fixtures/http-request-complete.xml)0
-rw-r--r--tests/builders/fixtures/http-request-full.yaml (renamed from tests/builders/fixtures/http-request-complete.yaml)0
-rw-r--r--tests/builders/fixtures/sonatype-clm-full.xml (renamed from tests/builders/fixtures/sonatype-clm-complete.xml)0
-rw-r--r--tests/builders/fixtures/sonatype-clm-full.yaml (renamed from tests/builders/fixtures/sonatype-clm-complete.yaml)0
-rw-r--r--tests/publishers/fixtures/cppcheck-full.xml (renamed from tests/publishers/fixtures/cppcheck-complete.xml)0
-rw-r--r--tests/publishers/fixtures/cppcheck-full.yaml (renamed from tests/publishers/fixtures/cppcheck-complete.yaml)0
-rw-r--r--tests/publishers/fixtures/cucumber-reports-full.xml (renamed from tests/publishers/fixtures/cucumber-reports-complete.xml)0
-rw-r--r--tests/publishers/fixtures/cucumber-reports-full.yaml (renamed from tests/publishers/fixtures/cucumber-reports-complete.yaml)0
-rw-r--r--tests/publishers/fixtures/cucumber-testresult-full.xml (renamed from tests/publishers/fixtures/cucumber-testresult-complete.xml)0
-rw-r--r--tests/publishers/fixtures/cucumber-testresult-full.yaml (renamed from tests/publishers/fixtures/cucumber-testresult-complete.yaml)0
-rw-r--r--tests/publishers/fixtures/email-full.xml (renamed from tests/publishers/fixtures/email-complete.xml)0
-rw-r--r--tests/publishers/fixtures/email-full.yaml (renamed from tests/publishers/fixtures/email-complete.yaml)0
-rw-r--r--tests/publishers/fixtures/jabber-full.xml (renamed from tests/publishers/fixtures/jabber-complete.xml)0
-rw-r--r--tests/publishers/fixtures/jabber-full.yaml (renamed from tests/publishers/fixtures/jabber-complete.yaml)0
-rw-r--r--tests/publishers/fixtures/jacoco-full.xml (renamed from tests/publishers/fixtures/jacoco-complete.xml)0
-rw-r--r--tests/publishers/fixtures/jacoco-full.yaml (renamed from tests/publishers/fixtures/jacoco-complete.yaml)0
-rw-r--r--tests/publishers/fixtures/performance-full.xml (renamed from tests/publishers/fixtures/performance-complete.xml)0
-rw-r--r--tests/publishers/fixtures/performance-full.yaml (renamed from tests/publishers/fixtures/performance-complete.yaml)0
-rw-r--r--tests/publishers/fixtures/richtext-full.xml (renamed from tests/publishers/fixtures/richtext-complete.xml)0
-rw-r--r--tests/publishers/fixtures/richtext-full.yaml (renamed from tests/publishers/fixtures/richtext-complete.yaml)0
-rw-r--r--tests/publishers/fixtures/robot-full.xml (renamed from tests/publishers/fixtures/robot-complete.xml)0
-rw-r--r--tests/publishers/fixtures/robot-full.yaml (renamed from tests/publishers/fixtures/robot-complete.yaml)0
-rw-r--r--tests/publishers/fixtures/sloccount-full.xml (renamed from tests/publishers/fixtures/sloccount-complete.xml)0
-rw-r--r--tests/publishers/fixtures/sloccount-full.yaml (renamed from tests/publishers/fixtures/sloccount-complete.yaml)0
-rw-r--r--tests/publishers/fixtures/sonar-full.xml (renamed from tests/publishers/fixtures/sonar-complete.xml)0
-rw-r--r--tests/publishers/fixtures/sonar-full.yaml (renamed from tests/publishers/fixtures/sonar-complete.yaml)0
-rw-r--r--tests/publishers/fixtures/warnings-full.xml (renamed from tests/publishers/fixtures/warnings-complete.xml)0
-rw-r--r--tests/publishers/fixtures/warnings-full.yaml (renamed from tests/publishers/fixtures/warnings-complete.yaml)0
-rw-r--r--tests/publishers/fixtures/workspace-cleanup-full.xml (renamed from tests/publishers/fixtures/workspace-cleanup-complete.xml)0
-rw-r--r--tests/publishers/fixtures/workspace-cleanup-full.yaml (renamed from tests/publishers/fixtures/workspace-cleanup-complete.yaml)0
32 files changed, 15 insertions, 15 deletions
diff --git a/jenkins_jobs/modules/builders.py b/jenkins_jobs/modules/builders.py
index 9bba029f..3696d072 100644
--- a/jenkins_jobs/modules/builders.py
+++ b/jenkins_jobs/modules/builders.py
@@ -817,7 +817,7 @@ def http_request(registry, xml_parent, data):
:language: yaml
.. literalinclude::
- ../../tests/builders/fixtures/http-request-complete.yaml
+ ../../tests/builders/fixtures/http-request-full.yaml
:language: yaml
"""
@@ -3141,7 +3141,7 @@ def sonatype_clm(registry, xml_parent, data):
Full Example:
.. literalinclude::
- /../../tests/builders/fixtures/sonatype-clm-complete.yaml
+ /../../tests/builders/fixtures/sonatype-clm-full.yaml
:language: yaml
"""
clm = XML.SubElement(xml_parent,
diff --git a/jenkins_jobs/modules/publishers.py b/jenkins_jobs/modules/publishers.py
index 0ef3925d..d347180f 100644
--- a/jenkins_jobs/modules/publishers.py
+++ b/jenkins_jobs/modules/publishers.py
@@ -1031,7 +1031,7 @@ def jacoco(registry, xml_parent, data):
Full Example:
- .. literalinclude:: /../../tests/publishers/fixtures/jacoco-complete.yaml
+ .. literalinclude:: /../../tests/publishers/fixtures/jacoco-full.yaml
:language: yaml
"""
@@ -1282,7 +1282,7 @@ def cucumber_reports(registry, xml_parent, data):
Full example:
.. literalinclude::
- /../../tests/publishers/fixtures/cucumber-reports-complete.yaml
+ /../../tests/publishers/fixtures/cucumber-reports-full.yaml
:language: yaml
Minimal Example:
@@ -1331,7 +1331,7 @@ def cucumber_testresult(registry, xml_parent, data):
Full Example:
.. literalinclude::
- /../../tests/publishers/fixtures/cucumber-testresult-complete.yaml
+ /../../tests/publishers/fixtures/cucumber-testresult-full.yaml
:language: yaml
"""
cucumber_result = XML.SubElement(xml_parent,
@@ -1937,7 +1937,7 @@ def email(registry, xml_parent, data):
/../../tests/publishers/fixtures/email-minimal.yaml
:language: yaml
- .. literalinclude:: /../../tests/publishers/fixtures/email-complete.yaml
+ .. literalinclude:: /../../tests/publishers/fixtures/email-full.yaml
:language: yaml
"""
@@ -2272,7 +2272,7 @@ def cppcheck(registry, xml_parent, data):
Full Example:
.. literalinclude::
- /../../tests/publishers/fixtures/cppcheck-complete.yaml
+ /../../tests/publishers/fixtures/cppcheck-full.yaml
:language: yaml
"""
@@ -2701,7 +2701,7 @@ def sonar(registry, xml_parent, data):
:language: yaml
Full Example:
- .. literalinclude:: /../../tests/publishers/fixtures/sonar-complete.yaml
+ .. literalinclude:: /../../tests/publishers/fixtures/sonar-full.yaml
:language: yaml
"""
@@ -2790,7 +2790,7 @@ def performance(registry, xml_parent, data):
Full Example:
.. literalinclude::
- /../../tests/publishers/fixtures/performance-complete.yaml
+ /../../tests/publishers/fixtures/performance-full.yaml
:language: yaml
"""
perf = XML.SubElement(xml_parent, 'hudson.plugins.performance.'
@@ -2937,7 +2937,7 @@ def jabber(registry, xml_parent, data):
Full Example:
- .. literalinclude:: /../../tests/publishers/fixtures/jabber-complete.yaml
+ .. literalinclude:: /../../tests/publishers/fixtures/jabber-full.yaml
:language: yaml
"""
j = XML.SubElement(xml_parent, 'hudson.plugins.jabber.im.transport.'
@@ -3026,7 +3026,7 @@ def workspace_cleanup(registry, xml_parent, data):
Full Example:
.. literalinclude::
- /../../tests/publishers/fixtures/workspace-cleanup-complete.yaml
+ /../../tests/publishers/fixtures/workspace-cleanup-full.yaml
:language: yaml
"""
@@ -3466,7 +3466,7 @@ def rich_text_publisher(registry, xml_parent, data):
Full Example:
.. literalinclude::
- /../../tests/publishers/fixtures/richtext-complete.yaml
+ /../../tests/publishers/fixtures/richtext-full.yaml
:language: yaml
"""
@@ -3798,7 +3798,7 @@ def robot(registry, xml_parent, data):
Full Example:
- .. literalinclude:: /../../tests/publishers/fixtures/robot-complete.yaml
+ .. literalinclude:: /../../tests/publishers/fixtures/robot-full.yaml
:language: yaml
"""
parent = XML.SubElement(xml_parent, 'hudson.plugins.robot.RobotPublisher')
@@ -3933,7 +3933,7 @@ def warnings(registry, xml_parent, data):
Full Example:
- .. literalinclude:: /../../tests/publishers/fixtures/warnings-complete.yaml
+ .. literalinclude:: /../../tests/publishers/fixtures/warnings-full.yaml
:language: yaml
"""
@@ -4038,7 +4038,7 @@ def sloccount(registry, xml_parent, data):
Full Example:
.. literalinclude::
- /../../tests/publishers/fixtures/sloccount-complete.yaml
+ /../../tests/publishers/fixtures/sloccount-full.yaml
:language: yaml
"""
top = XML.SubElement(xml_parent,
diff --git a/tests/builders/fixtures/http-request-complete.xml b/tests/builders/fixtures/http-request-full.xml
index d7d00d43..d7d00d43 100644
--- a/tests/builders/fixtures/http-request-complete.xml
+++ b/tests/builders/fixtures/http-request-full.xml
diff --git a/tests/builders/fixtures/http-request-complete.yaml b/tests/builders/fixtures/http-request-full.yaml
index dff4505a..dff4505a 100644
--- a/tests/builders/fixtures/http-request-complete.yaml
+++ b/tests/builders/fixtures/http-request-full.yaml
diff --git a/tests/builders/fixtures/sonatype-clm-complete.xml b/tests/builders/fixtures/sonatype-clm-full.xml
index d4eb73e8..d4eb73e8 100644
--- a/tests/builders/fixtures/sonatype-clm-complete.xml
+++ b/tests/builders/fixtures/sonatype-clm-full.xml
diff --git a/tests/builders/fixtures/sonatype-clm-complete.yaml b/tests/builders/fixtures/sonatype-clm-full.yaml
index 19a9d008..19a9d008 100644
--- a/tests/builders/fixtures/sonatype-clm-complete.yaml
+++ b/tests/builders/fixtures/sonatype-clm-full.yaml
diff --git a/tests/publishers/fixtures/cppcheck-complete.xml b/tests/publishers/fixtures/cppcheck-full.xml
index 9932d1d4..9932d1d4 100644
--- a/tests/publishers/fixtures/cppcheck-complete.xml
+++ b/tests/publishers/fixtures/cppcheck-full.xml
diff --git a/tests/publishers/fixtures/cppcheck-complete.yaml b/tests/publishers/fixtures/cppcheck-full.yaml
index b18ba5a3..b18ba5a3 100644
--- a/tests/publishers/fixtures/cppcheck-complete.yaml
+++ b/tests/publishers/fixtures/cppcheck-full.yaml
diff --git a/tests/publishers/fixtures/cucumber-reports-complete.xml b/tests/publishers/fixtures/cucumber-reports-full.xml
index 4d6273e6..4d6273e6 100644
--- a/tests/publishers/fixtures/cucumber-reports-complete.xml
+++ b/tests/publishers/fixtures/cucumber-reports-full.xml
diff --git a/tests/publishers/fixtures/cucumber-reports-complete.yaml b/tests/publishers/fixtures/cucumber-reports-full.yaml
index af315c4d..af315c4d 100644
--- a/tests/publishers/fixtures/cucumber-reports-complete.yaml
+++ b/tests/publishers/fixtures/cucumber-reports-full.yaml
diff --git a/tests/publishers/fixtures/cucumber-testresult-complete.xml b/tests/publishers/fixtures/cucumber-testresult-full.xml
index 6f44beaa..6f44beaa 100644
--- a/tests/publishers/fixtures/cucumber-testresult-complete.xml
+++ b/tests/publishers/fixtures/cucumber-testresult-full.xml
diff --git a/tests/publishers/fixtures/cucumber-testresult-complete.yaml b/tests/publishers/fixtures/cucumber-testresult-full.yaml
index 6a00d02b..6a00d02b 100644
--- a/tests/publishers/fixtures/cucumber-testresult-complete.yaml
+++ b/tests/publishers/fixtures/cucumber-testresult-full.yaml
diff --git a/tests/publishers/fixtures/email-complete.xml b/tests/publishers/fixtures/email-full.xml
index 5f9d33ea..5f9d33ea 100644
--- a/tests/publishers/fixtures/email-complete.xml
+++ b/tests/publishers/fixtures/email-full.xml
diff --git a/tests/publishers/fixtures/email-complete.yaml b/tests/publishers/fixtures/email-full.yaml
index d2739775..d2739775 100644
--- a/tests/publishers/fixtures/email-complete.yaml
+++ b/tests/publishers/fixtures/email-full.yaml
diff --git a/tests/publishers/fixtures/jabber-complete.xml b/tests/publishers/fixtures/jabber-full.xml
index a9f09134..a9f09134 100644
--- a/tests/publishers/fixtures/jabber-complete.xml
+++ b/tests/publishers/fixtures/jabber-full.xml
diff --git a/tests/publishers/fixtures/jabber-complete.yaml b/tests/publishers/fixtures/jabber-full.yaml
index a2da5701..a2da5701 100644
--- a/tests/publishers/fixtures/jabber-complete.yaml
+++ b/tests/publishers/fixtures/jabber-full.yaml
diff --git a/tests/publishers/fixtures/jacoco-complete.xml b/tests/publishers/fixtures/jacoco-full.xml
index 1c11bb97..1c11bb97 100644
--- a/tests/publishers/fixtures/jacoco-complete.xml
+++ b/tests/publishers/fixtures/jacoco-full.xml
diff --git a/tests/publishers/fixtures/jacoco-complete.yaml b/tests/publishers/fixtures/jacoco-full.yaml
index f1ea1d8b..f1ea1d8b 100644
--- a/tests/publishers/fixtures/jacoco-complete.yaml
+++ b/tests/publishers/fixtures/jacoco-full.yaml
diff --git a/tests/publishers/fixtures/performance-complete.xml b/tests/publishers/fixtures/performance-full.xml
index 8ef80d07..8ef80d07 100644
--- a/tests/publishers/fixtures/performance-complete.xml
+++ b/tests/publishers/fixtures/performance-full.xml
diff --git a/tests/publishers/fixtures/performance-complete.yaml b/tests/publishers/fixtures/performance-full.yaml
index ff283912..ff283912 100644
--- a/tests/publishers/fixtures/performance-complete.yaml
+++ b/tests/publishers/fixtures/performance-full.yaml
diff --git a/tests/publishers/fixtures/richtext-complete.xml b/tests/publishers/fixtures/richtext-full.xml
index 58fadac0..58fadac0 100644
--- a/tests/publishers/fixtures/richtext-complete.xml
+++ b/tests/publishers/fixtures/richtext-full.xml
diff --git a/tests/publishers/fixtures/richtext-complete.yaml b/tests/publishers/fixtures/richtext-full.yaml
index 593588e9..593588e9 100644
--- a/tests/publishers/fixtures/richtext-complete.yaml
+++ b/tests/publishers/fixtures/richtext-full.yaml
diff --git a/tests/publishers/fixtures/robot-complete.xml b/tests/publishers/fixtures/robot-full.xml
index 7c3ceaf1..7c3ceaf1 100644
--- a/tests/publishers/fixtures/robot-complete.xml
+++ b/tests/publishers/fixtures/robot-full.xml
diff --git a/tests/publishers/fixtures/robot-complete.yaml b/tests/publishers/fixtures/robot-full.yaml
index fa4019ef..fa4019ef 100644
--- a/tests/publishers/fixtures/robot-complete.yaml
+++ b/tests/publishers/fixtures/robot-full.yaml
diff --git a/tests/publishers/fixtures/sloccount-complete.xml b/tests/publishers/fixtures/sloccount-full.xml
index 3af2736b..3af2736b 100644
--- a/tests/publishers/fixtures/sloccount-complete.xml
+++ b/tests/publishers/fixtures/sloccount-full.xml
diff --git a/tests/publishers/fixtures/sloccount-complete.yaml b/tests/publishers/fixtures/sloccount-full.yaml
index 43b61fcc..43b61fcc 100644
--- a/tests/publishers/fixtures/sloccount-complete.yaml
+++ b/tests/publishers/fixtures/sloccount-full.yaml
diff --git a/tests/publishers/fixtures/sonar-complete.xml b/tests/publishers/fixtures/sonar-full.xml
index 830adda4..830adda4 100644
--- a/tests/publishers/fixtures/sonar-complete.xml
+++ b/tests/publishers/fixtures/sonar-full.xml
diff --git a/tests/publishers/fixtures/sonar-complete.yaml b/tests/publishers/fixtures/sonar-full.yaml
index 0aa1b45b..0aa1b45b 100644
--- a/tests/publishers/fixtures/sonar-complete.yaml
+++ b/tests/publishers/fixtures/sonar-full.yaml
diff --git a/tests/publishers/fixtures/warnings-complete.xml b/tests/publishers/fixtures/warnings-full.xml
index d3bfc473..d3bfc473 100644
--- a/tests/publishers/fixtures/warnings-complete.xml
+++ b/tests/publishers/fixtures/warnings-full.xml
diff --git a/tests/publishers/fixtures/warnings-complete.yaml b/tests/publishers/fixtures/warnings-full.yaml
index 17d005d6..17d005d6 100644
--- a/tests/publishers/fixtures/warnings-complete.yaml
+++ b/tests/publishers/fixtures/warnings-full.yaml
diff --git a/tests/publishers/fixtures/workspace-cleanup-complete.xml b/tests/publishers/fixtures/workspace-cleanup-full.xml
index d5563863..d5563863 100644
--- a/tests/publishers/fixtures/workspace-cleanup-complete.xml
+++ b/tests/publishers/fixtures/workspace-cleanup-full.xml
diff --git a/tests/publishers/fixtures/workspace-cleanup-complete.yaml b/tests/publishers/fixtures/workspace-cleanup-full.yaml
index 1ea41495..1ea41495 100644
--- a/tests/publishers/fixtures/workspace-cleanup-complete.yaml
+++ b/tests/publishers/fixtures/workspace-cleanup-full.yaml