~ubuntu-branches/ubuntu/utopic/jenkins-job-builder/utopic

« back to all changes in this revision

Viewing changes to jenkins_job_builder.egg-info/SOURCES.txt

  • Committer: Package Import Robot
  • Author(s): Fathi Boudra, Errno 2
  • Date: 2014-05-11 10:34:52 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140511103452-8cvf33c6dq4lj2ro
Tags: 0.7.0-0.1
* Non-maintainer upload.
* New upstream release. (Closes: #736869)
* debian/control: add python-sphinxcontrib-programoutput build dependency.
* debian/patches:
  - drop 0001-Fixing-documentation.patch - stolen upstream
  - add Fix-doc-error-in-the-testng-publisher.patch - stolen upstream.
  - add workaround-programoutput.patch to fix programoutput usage
     doc/source/installation.rst:81:
     ERROR: Command u'jenkins-jobs --help' failed:
     [Errno 2] No such file or directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.testr.conf
1
2
AUTHORS
2
3
ChangeLog
3
4
LICENSE
16
17
doc/source/hipchat.rst
17
18
doc/source/index.rst
18
19
doc/source/installation.rst
 
20
doc/source/metadata.rst
19
21
doc/source/notifications.rst
20
22
doc/source/parameters.rst
 
23
doc/source/project_flow.rst
21
24
doc/source/project_freestyle.rst
22
25
doc/source/project_matrix.rst
23
26
doc/source/project_maven.rst
47
50
jenkins_jobs/modules/builders.py
48
51
jenkins_jobs/modules/general.py
49
52
jenkins_jobs/modules/hipchat_notif.py
 
53
jenkins_jobs/modules/hudson_model.py
 
54
jenkins_jobs/modules/metadata.py
50
55
jenkins_jobs/modules/notifications.py
51
56
jenkins_jobs/modules/parameters.py
 
57
jenkins_jobs/modules/project_flow.py
52
58
jenkins_jobs/modules/project_freestyle.py
53
59
jenkins_jobs/modules/project_matrix.py
54
60
jenkins_jobs/modules/project_maven.py
71
77
samples/pipeline.yaml
72
78
samples/release.yaml
73
79
samples/sonar.yaml
 
80
tests/__init__.py
 
81
tests/base.py
 
82
tests/builders/__init__.py
 
83
tests/builders/test_builders.py
 
84
tests/builders/fixtures/conditional-step-notbuild-aborted.xml
 
85
tests/builders/fixtures/conditional-step-notbuild-aborted.yaml
 
86
tests/builders/fixtures/conditional-step-success-failure.xml
 
87
tests/builders/fixtures/conditional-step-success-failure.yaml
 
88
tests/builders/fixtures/conditional-step-success-unstable.xml
 
89
tests/builders/fixtures/conditional-step-success-unstable.yaml
 
90
tests/builders/fixtures/maven-target-doc.xml
 
91
tests/builders/fixtures/maven-target-doc.yaml
 
92
tests/builders/fixtures/maven-target001.xml
 
93
tests/builders/fixtures/maven-target001.yaml
 
94
tests/builders/fixtures/shining-panda-customenv.xml
 
95
tests/builders/fixtures/shining-panda-customenv.yaml
 
96
tests/builders/fixtures/shining-panda-pythonenv.xml
 
97
tests/builders/fixtures/shining-panda-pythonenv.yaml
 
98
tests/builders/fixtures/shining-panda-virtualenv.xml
 
99
tests/builders/fixtures/shining-panda-virtualenv.yaml
 
100
tests/builders/fixtures/trigger-builds001.xml
 
101
tests/builders/fixtures/trigger-builds001.yaml
 
102
tests/general/__init__.py
 
103
tests/general/test_general.py
 
104
tests/general/fixtures/assigned-node001.xml
 
105
tests/general/fixtures/assigned-node001.yaml
 
106
tests/general/fixtures/assigned-node002.xml
 
107
tests/general/fixtures/assigned-node002.yaml
 
108
tests/general/fixtures/project-maven001.xml
 
109
tests/general/fixtures/project-maven001.yaml
 
110
tests/general/fixtures/project-maven002.xml
 
111
tests/general/fixtures/project-maven002.yaml
 
112
tests/general/fixtures/project-type001.xml
 
113
tests/general/fixtures/project-type001.yaml
 
114
tests/general/fixtures/project-type002.xml
 
115
tests/general/fixtures/project-type002.yaml
 
116
tests/general/fixtures/project-type003.xml
 
117
tests/general/fixtures/project-type003.yaml
 
118
tests/general/fixtures/project-type004.xml
 
119
tests/general/fixtures/project-type004.yaml
 
120
tests/notifications/__init__.py
 
121
tests/notifications/test_notifications.py
 
122
tests/notifications/fixtures/http-endpoint001.xml
 
123
tests/notifications/fixtures/http-endpoint001.yaml
 
124
tests/parameters/__init__.py
 
125
tests/parameters/test_parameters.py
 
126
tests/parameters/fixtures/dynamic-choice-param001.xml
 
127
tests/parameters/fixtures/dynamic-choice-param001.yaml
 
128
tests/properties/__init__.py
 
129
tests/properties/test_properties.py
 
130
tests/properties/fixtures/batch-task.xml
 
131
tests/properties/fixtures/batch-task.yaml
 
132
tests/properties/fixtures/delivery-pipeline1.xml
 
133
tests/properties/fixtures/delivery-pipeline1.yaml
 
134
tests/properties/fixtures/delivery-pipeline2.xml
 
135
tests/properties/fixtures/delivery-pipeline2.yaml
 
136
tests/properties/fixtures/fingerprinter.xml
 
137
tests/properties/fixtures/fingerprinter.yaml
 
138
tests/properties/fixtures/heavy-job.xml
 
139
tests/properties/fixtures/heavy-job.yaml
 
140
tests/properties/fixtures/least-load001.xml
 
141
tests/properties/fixtures/least-load001.yaml
 
142
tests/properties/fixtures/least-load002.xml
 
143
tests/properties/fixtures/least-load002.yaml
 
144
tests/properties/fixtures/throttle001.xml
 
145
tests/properties/fixtures/throttle001.yaml
 
146
tests/publishers/__init__.py
 
147
tests/publishers/test_publishers.py
 
148
tests/publishers/fixtures/README
 
149
tests/publishers/fixtures/archive001.xml
 
150
tests/publishers/fixtures/archive001.yaml
 
151
tests/publishers/fixtures/artifact-dep.xml
 
152
tests/publishers/fixtures/artifact-dep.yaml
 
153
tests/publishers/fixtures/blame001.xml
 
154
tests/publishers/fixtures/blame001.yaml
 
155
tests/publishers/fixtures/build001.xml
 
156
tests/publishers/fixtures/build001.yaml
 
157
tests/publishers/fixtures/campfire001.xml
 
158
tests/publishers/fixtures/campfire001.yaml
 
159
tests/publishers/fixtures/campfire002.xml
 
160
tests/publishers/fixtures/campfire002.yaml
 
161
tests/publishers/fixtures/campfire003.xml
 
162
tests/publishers/fixtures/campfire003.yaml
 
163
tests/publishers/fixtures/clone-workspace001.xml
 
164
tests/publishers/fixtures/clone-workspace001.yaml
 
165
tests/publishers/fixtures/clone-workspace002.xml
 
166
tests/publishers/fixtures/clone-workspace002.yaml
 
167
tests/publishers/fixtures/cloverphp001.xml
 
168
tests/publishers/fixtures/cloverphp001.yaml
 
169
tests/publishers/fixtures/cloverphp002.xml
 
170
tests/publishers/fixtures/cloverphp002.yaml
 
171
tests/publishers/fixtures/cloverphp003.xml
 
172
tests/publishers/fixtures/cloverphp003.yaml
 
173
tests/publishers/fixtures/description-setter001.xml
 
174
tests/publishers/fixtures/description-setter001.yaml
 
175
tests/publishers/fixtures/description-setter002.xml
 
176
tests/publishers/fixtures/description-setter002.yaml
 
177
tests/publishers/fixtures/email-ext001.xml
 
178
tests/publishers/fixtures/email-ext001.yaml
 
179
tests/publishers/fixtures/emotional-jenkins.xml
 
180
tests/publishers/fixtures/emotional-jenkins.yaml
 
181
tests/publishers/fixtures/git001.xml
 
182
tests/publishers/fixtures/git001.yaml
 
183
tests/publishers/fixtures/github-notifier.xml
 
184
tests/publishers/fixtures/github-notifier.yaml
 
185
tests/publishers/fixtures/junit001.xml
 
186
tests/publishers/fixtures/junit001.yaml
 
187
tests/publishers/fixtures/junit002.xml
 
188
tests/publishers/fixtures/junit002.yaml
 
189
tests/publishers/fixtures/mavendeploy001.xml
 
190
tests/publishers/fixtures/mavendeploy001.yaml
 
191
tests/publishers/fixtures/pipeline001.xml
 
192
tests/publishers/fixtures/pipeline001.yaml
 
193
tests/publishers/fixtures/pipeline002.xml
 
194
tests/publishers/fixtures/pipeline002.yaml
 
195
tests/publishers/fixtures/plot001.xml
 
196
tests/publishers/fixtures/plot001.yaml
 
197
tests/publishers/fixtures/plot002.xml
 
198
tests/publishers/fixtures/plot002.yaml
 
199
tests/publishers/fixtures/plot003.xml
 
200
tests/publishers/fixtures/plot003.yaml
 
201
tests/publishers/fixtures/scp001.xml
 
202
tests/publishers/fixtures/scp001.yaml
 
203
tests/publishers/fixtures/sitemonitor001.xml
 
204
tests/publishers/fixtures/sitemonitor001.yaml
 
205
tests/publishers/fixtures/stash001.xml
 
206
tests/publishers/fixtures/stash001.yaml
 
207
tests/publishers/fixtures/testng001.xml
 
208
tests/publishers/fixtures/testng001.yaml
 
209
tests/publishers/fixtures/trigger_success.xml
 
210
tests/publishers/fixtures/trigger_success.yaml
 
211
tests/publishers/fixtures/xunit001.xml
 
212
tests/publishers/fixtures/xunit001.yaml
 
213
tests/scm/__init__.py
 
214
tests/scm/test_scm.py
 
215
tests/scm/fixtures/git-shallow-clone01.xml
 
216
tests/scm/fixtures/git-shallow-clone01.yaml
 
217
tests/scm/fixtures/git-shallow-clone02.xml
 
218
tests/scm/fixtures/git-shallow-clone02.yaml
 
219
tests/scm/fixtures/git-shallow-clone03.xml
 
220
tests/scm/fixtures/git-shallow-clone03.yaml
 
221
tests/scm/fixtures/git001.xml
 
222
tests/scm/fixtures/git001.yaml
 
223
tests/scm/fixtures/gitlab.xml
 
224
tests/scm/fixtures/gitlab.yaml
 
225
tests/scm/fixtures/local-branch001.xml
 
226
tests/scm/fixtures/local-branch001.yaml
 
227
tests/scm/fixtures/repo001.xml
 
228
tests/scm/fixtures/repo001.yaml
 
229
tests/triggers/__init__.py
 
230
tests/triggers/test_triggers.py
 
231
tests/triggers/fixtures/gerrit001.xml
 
232
tests/triggers/fixtures/gerrit001.yaml
 
233
tests/triggers/fixtures/github-pull-request.xml
 
234
tests/triggers/fixtures/github-pull-request.yaml
 
235
tests/triggers/fixtures/script.xml
 
236
tests/triggers/fixtures/script.yaml
 
237
tests/wrappers/__init__.py
 
238
tests/wrappers/test_wrappers.py
 
239
tests/wrappers/fixtures/ci-skip001.xml
 
240
tests/wrappers/fixtures/ci-skip001.yaml
 
241
tests/wrappers/fixtures/delivery-pipeline1.xml
 
242
tests/wrappers/fixtures/delivery-pipeline1.yaml
 
243
tests/wrappers/fixtures/delivery-pipeline2.xml
 
244
tests/wrappers/fixtures/delivery-pipeline2.yaml
 
245
tests/wrappers/fixtures/env-file001.xml
 
246
tests/wrappers/fixtures/env-file001.yaml
 
247
tests/wrappers/fixtures/logstash001.xml
 
248
tests/wrappers/fixtures/logstash001.yaml
 
249
tests/wrappers/fixtures/logstash002.xml
 
250
tests/wrappers/fixtures/logstash002.yaml
 
251
tests/wrappers/fixtures/logstash003.xml
 
252
tests/wrappers/fixtures/logstash003.yaml
 
253
tests/wrappers/fixtures/rbenv001.xml
 
254
tests/wrappers/fixtures/rbenv001.yaml
 
255
tests/wrappers/fixtures/rbenv002.xml
 
256
tests/wrappers/fixtures/rbenv002.yaml
 
257
tests/wrappers/fixtures/rbenv003.xml
 
258
tests/wrappers/fixtures/rbenv003.yaml
 
259
tests/yamlparser/__init__.py
 
260
tests/yamlparser/test_yamlparser.py
 
261
tests/yamlparser/fixtures/complete001.xml
 
262
tests/yamlparser/fixtures/complete001.yaml
74
263
tools/jenkins-jobs.py
75
264
tools/pip-requires
76
265
tools/run-compare-xml-samples.sh