Page MenuHomePhabricator
Paste P5250

jjb
ArchivedPublic

Authored by zeljkofilipin on Apr 12 2017, 9:23 AM.
Tags
None
Referenced Files
F7504087: jjb
Apr 12 2017, 9:44 AM
F7503878: jjb
Apr 12 2017, 9:23 AM
Subscribers
None
~/Documents/gerrit/integration/jenkins-job-builder$ git status
On branch master
Your branch and 'origin/master' have diverged,
and have 3 and 474 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
nothing to commit, working tree clean
~/Documents/gerrit/integration/jenkins-job-builder$ git log --oneline -n 3
6fcaf39b Add partial support for maven-release-plugin
10f2bcd5 Complete support of Yaml Axis Plugin
ac1ec1ec [WMF] pin python-jenkins ==0.4.8
~/Documents/gerrit/integration/jenkins-job-builder$ git pull
Removing tools/run-compare-xml-samples.sh
Removing tools/jenkins-jobs.py
Auto-merging tests/wrappers/fixtures/xvnc-full.xml
Auto-merging tests/wrappers/fixtures/xvfb-minimal.xml
Auto-merging tests/wrappers/fixtures/logfilesize-full.yaml
Auto-merging tests/wrappers/fixtures/logfilesize-full.xml
Auto-merging tests/wrappers/fixtures/live-screenshot-minimal.xml
Auto-merging tests/wrappers/fixtures/live-screenshot-full.xml
Auto-merging tests/wrappers/fixtures/delivery-pipeline-minimal.xml
Auto-merging tests/wrappers/fixtures/delivery-pipeline-full.xml
Auto-merging tests/triggers/fixtures/script-full.yaml
Auto-merging tests/triggers/fixtures/script-full.xml
Auto-merging tests/triggers/fixtures/monitor-folders-full.yaml
Auto-merging tests/triggers/fixtures/monitor-folders-full.xml
Auto-merging tests/publishers/fixtures/xml-summary-minimal.xml
Auto-merging tests/publishers/fixtures/xml-summary-full.yaml
Auto-merging tests/publishers/fixtures/xml-summary-full.xml
Removing tests/publishers/fixtures/workspace-cleanup001.yaml
Auto-merging tests/publishers/fixtures/workspace-cleanup-minimal.xml
Auto-merging tests/publishers/fixtures/whitesource-full.yaml
Auto-merging tests/publishers/fixtures/whitesource-full.xml
Auto-merging tests/publishers/fixtures/warnings-complete.xml
Removing tests/publishers/fixtures/sonar001.yaml
Removing tests/publishers/fixtures/sonar001.xml
Auto-merging tests/publishers/fixtures/sonar-complete.xml
Removing tests/publishers/fixtures/sloccount001.yaml
Auto-merging tests/publishers/fixtures/sloccount-complete.xml
Auto-merging tests/publishers/fixtures/scan-build-minimal.xml
Auto-merging tests/publishers/fixtures/robot-complete.yaml
Auto-merging tests/publishers/fixtures/robot-complete.xml
Auto-merging tests/publishers/fixtures/richtext-minimal.yaml
Auto-merging tests/publishers/fixtures/richtext-minimal.xml
Auto-merging tests/publishers/fixtures/richtext-complete.yaml
Auto-merging tests/publishers/fixtures/richtext-complete.xml
Removing tests/publishers/fixtures/performance003.yaml
Removing tests/publishers/fixtures/performance003.xml
Removing tests/publishers/fixtures/performance002.yaml
Removing tests/publishers/fixtures/performance002.xml
Removing tests/publishers/fixtures/performance001.yaml
Removing tests/publishers/fixtures/performance001.xml
Removing tests/publishers/fixtures/logparser001.yaml
Auto-merging tests/publishers/fixtures/logparser-full.xml
Auto-merging tests/publishers/fixtures/jabber-complete.yaml
Auto-merging tests/publishers/fixtures/jabber-complete.xml
Auto-merging tests/publishers/fixtures/findbugs-full.xml
Removing tests/publishers/fixtures/email002.yaml
Removing tests/publishers/fixtures/email002.xml
Auto-merging tests/publishers/fixtures/email-minimal.xml
Auto-merging tests/publishers/fixtures/email-complete.yaml
Removing tests/publishers/fixtures/cucumber_reports002.yaml
Removing tests/publishers/fixtures/cucumber_reports001.yaml
Auto-merging tests/publishers/fixtures/cucumber-testresult-complete.xml
Auto-merging tests/publishers/fixtures/cucumber-reports-minimal.xml
Auto-merging tests/publishers/fixtures/cucumber-reports-complete.xml
Auto-merging tests/publishers/fixtures/cppcheck-minimal.xml
Auto-merging tests/publishers/fixtures/cppcheck-complete.yaml
Auto-merging tests/publishers/fixtures/clamav-full.xml
Auto-merging tests/properties/fixtures/rebuild-full.xml
Auto-merging tests/properties/fixtures/github-minimal.xml
Auto-merging tests/properties/fixtures/delivery-pipeline-minimal.xml
Auto-merging tests/properties/fixtures/delivery-pipeline-full.xml
Auto-merging tests/builders/fixtures/sonatype-clm-complete.yaml
Auto-merging tests/builders/fixtures/sonatype-clm-complete.xml
Auto-merging tests/builders/fixtures/runscope-minimal.yaml
Auto-merging tests/builders/fixtures/runscope-minimal.xml
Auto-merging tests/builders/fixtures/msbuild-full.yaml
Auto-merging tests/builders/fixtures/msbuild-full.xml
Removing tests/builders/fixtures/groovy001.yaml
Auto-merging tests/builders/fixtures/groovy-minimal.xml
Removing tests/builders/fixtures/grails.yaml
Auto-merging tests/builders/fixtures/grails-full.xml
Auto-merging tests/builders/fixtures/cmake/version-1.10/complete-1.x.xml
Auto-merging tests/builders/fixtures/cmake/version-1.10/common-1.x.xml
Removing tests/builders/fixtures/changeassemblyversion002.yaml
Auto-merging tests/builders/fixtures/changeassemblyversion-minimal.xml
Removing tests/builder/test_builder.py
Removing tests/builder/__init__.py
Auto-merging requirements.txt
CONFLICT (content): Merge conflict in requirements.txt
Auto-merging jenkins_jobs/modules/wrappers.py
CONFLICT (content): Merge conflict in jenkins_jobs/modules/wrappers.py
Removing jenkins_jobs/cmd.py
Automatic merge failed; fix conflicts and then commit the result.
~/Documents/gerrit/integration/jenkins-job-builder$ git status
On branch master
Your branch and 'origin/master' have diverged,
and have 3 and 474 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
You have unmerged paths.
(fix conflicts and run "git commit")
(use "git merge --abort" to abort the merge)
Changes to be committed:
modified: .gitignore
modified: README.rst
modified: doc/source/definition.rst
modified: doc/source/execution.rst
modified: doc/source/installation.rst
new file: doc/source/project_pipeline.rst
new file: doc/source/project_workflow.rst
new file: doc/source/view_list.rst
modified: etc/jenkins_jobs.ini-sample
modified: jenkins_jobs/builder.py
new file: jenkins_jobs/cache.py
renamed: tests/builder/__init__.py -> jenkins_jobs/cli/__init__.py
new file: jenkins_jobs/cli/entry.py
new file: jenkins_jobs/cli/parser.py
new file: jenkins_jobs/cli/subcommand/__init__.py
new file: jenkins_jobs/cli/subcommand/base.py
new file: jenkins_jobs/cli/subcommand/delete.py
new file: jenkins_jobs/cli/subcommand/delete_all.py
new file: jenkins_jobs/cli/subcommand/test.py
new file: jenkins_jobs/cli/subcommand/update.py
deleted: jenkins_jobs/cmd.py
new file: jenkins_jobs/config.py
modified: jenkins_jobs/errors.py
modified: jenkins_jobs/formatter.py
modified: jenkins_jobs/local_yaml.py
modified: jenkins_jobs/modules/base.py
modified: jenkins_jobs/modules/builders.py
modified: jenkins_jobs/modules/general.py
modified: jenkins_jobs/modules/helpers.py
modified: jenkins_jobs/modules/hipchat_notif.py
modified: jenkins_jobs/modules/metadata.py
modified: jenkins_jobs/modules/notifications.py
modified: jenkins_jobs/modules/parameters.py
modified: jenkins_jobs/modules/project_maven.py
new file: jenkins_jobs/modules/project_pipeline.py
modified: jenkins_jobs/modules/project_workflow.py
modified: jenkins_jobs/modules/properties.py
modified: jenkins_jobs/modules/publishers.py
modified: jenkins_jobs/modules/reporters.py
modified: jenkins_jobs/modules/scm.py
modified: jenkins_jobs/modules/triggers.py
new file: jenkins_jobs/modules/view_list.py
new file: jenkins_jobs/modules/view_pipeline.py
modified: jenkins_jobs/modules/zuul.py
modified: jenkins_jobs/parallel.py
modified: jenkins_jobs/parser.py
modified: jenkins_jobs/registry.py
modified: jenkins_jobs/utils.py
modified: jenkins_jobs/xml_config.py
modified: setup.cfg
modified: setup.py
modified: test-requirements.txt
modified: tests/base.py
deleted: tests/builder/test_builder.py
renamed: tests/builders/fixtures/changeassemblyversion001.xml -> tests/builders/fixtures/changeassemblyversion-full.xml
renamed: tests/builders/fixtures/changeassemblyversion001.yaml -> tests/builders/fixtures/changeassemblyversion-full.yaml
new file: tests/builders/fixtures/changeassemblyversion-minimal.xml
new file: tests/builders/fixtures/changeassemblyversion-minimal.yaml
deleted: tests/builders/fixtures/changeassemblyversion002.xml
deleted: tests/builders/fixtures/changeassemblyversion002.yaml
deleted: tests/builders/fixtures/cmake-common.xml
deleted: tests/builders/fixtures/cmake-complete.xml
new file: tests/builders/fixtures/cmake/version-1.10/common-1.x.plugins_info.yaml
new file: tests/builders/fixtures/cmake/version-1.10/common-1.x.xml
renamed: tests/builders/fixtures/cmake-common.yaml -> tests/builders/fixtures/cmake/version-1.10/common-1.x.yaml
new file: tests/builders/fixtures/cmake/version-1.10/complete-1.x.plugins_info.yaml
new file: tests/builders/fixtures/cmake/version-1.10/complete-1.x.xml
renamed: tests/builders/fixtures/cmake-complete.yaml -> tests/builders/fixtures/cmake/version-1.10/complete-1.x.yaml
new file: tests/builders/fixtures/cmake/version-1.10/plugins_info.yaml
new file: tests/builders/fixtures/cmake/version-2.0/common-2.x.plugins_info.yaml
new file: tests/builders/fixtures/cmake/version-2.0/common-2.x.xml
new file: tests/builders/fixtures/cmake/version-2.0/common-2.x.yaml
new file: tests/builders/fixtures/cmake/version-2.0/complete-2.x.plugins_info.yaml
new file: tests/builders/fixtures/cmake/version-2.0/complete-2.x.xml
new file: tests/builders/fixtures/cmake/version-2.0/complete-2.x.yaml
new file: tests/builders/fixtures/cmake/version-2.0/plugins_info.yaml
new file: tests/builders/fixtures/copy-artifact004.xml
new file: tests/builders/fixtures/copy-artifact004.yaml
modified: tests/builders/fixtures/docker-builder001.xml
modified: tests/builders/fixtures/docker-builder001.yaml
new file: tests/builders/fixtures/docker-builder002.xml
new file: tests/builders/fixtures/docker-builder002.yaml
new file: tests/builders/fixtures/dsl-002.xml
new file: tests/builders/fixtures/dsl-002.yaml
new file: tests/builders/fixtures/fingerprint-full.xml
new file: tests/builders/fixtures/fingerprint-full.yaml
new file: tests/builders/fixtures/fingerprint-minimal.xml
new file: tests/builders/fixtures/fingerprint-minimal.yaml
modified: tests/builders/fixtures/gradle.xml
modified: tests/builders/fixtures/gradle.yaml
new file: tests/builders/fixtures/grails-full.xml
new file: tests/builders/fixtures/grails-full.yaml
new file: tests/builders/fixtures/grails-minimal.xml
new file: tests/builders/fixtures/grails-minimal.yaml
deleted: tests/builders/fixtures/grails.xml
deleted: tests/builders/fixtures/grails.yaml
renamed: tests/builders/fixtures/groovy002.xml -> tests/builders/fixtures/groovy-full.xml
renamed: tests/builders/fixtures/groovy002.yaml -> tests/builders/fixtures/groovy-full.yaml
new file: tests/builders/fixtures/groovy-minimal.xml
new file: tests/builders/fixtures/groovy-minimal.yaml
deleted: tests/builders/fixtures/groovy001.xml
deleted: tests/builders/fixtures/groovy001.yaml
new file: tests/builders/fixtures/http-request-complete.xml
new file: tests/builders/fixtures/http-request-complete.yaml
new file: tests/builders/fixtures/http-request-minimal.xml
new file: tests/builders/fixtures/http-request-minimal.yaml
new file: tests/builders/fixtures/kmap-full.xml
new file: tests/builders/fixtures/kmap-full.yaml
new file: tests/builders/fixtures/kmap-minimal.xml
new file: tests/builders/fixtures/kmap-minimal.yaml
new file: tests/builders/fixtures/msbuild-full.xml
new file: tests/builders/fixtures/msbuild-full.yaml
new file: tests/builders/fixtures/msbuild-minimal.xml
new file: tests/builders/fixtures/msbuild-minimal.yaml
deleted: tests/builders/fixtures/msbuild.xml
deleted: tests/builders/fixtures/msbuild.yaml
modified: tests/builders/fixtures/multibuild.xml
modified: tests/builders/fixtures/multibuild.yaml
new file: tests/builders/fixtures/nexus_artifact_uploader001.xml
new file: tests/builders/fixtures/nexus_artifact_uploader001.yaml
new file: tests/builders/fixtures/publish-over-ssh.xml
new file: tests/builders/fixtures/publish-over-ssh.yaml
new file: tests/builders/fixtures/runscope-full.xml
new file: tests/builders/fixtures/runscope-full.yaml
new file: tests/builders/fixtures/runscope-minimal.xml
new file: tests/builders/fixtures/runscope-minimal.yaml
deleted: tests/builders/fixtures/runscope.xml
deleted: tests/builders/fixtures/runscope.yaml
new file: tests/builders/fixtures/saltstack-full.xml
new file: tests/builders/fixtures/saltstack-full.yaml
new file: tests/builders/fixtures/saltstack-minimal.xml
new file: tests/builders/fixtures/saltstack-minimal.yaml
new file: tests/builders/fixtures/scan-build-full.xml
new file: tests/builders/fixtures/scan-build-full.yaml
new file: tests/builders/fixtures/scan-build-minimal.xml
new file: tests/builders/fixtures/scan-build-minimal.yaml
modified: tests/builders/fixtures/sonar.xml
modified: tests/builders/fixtures/sonar.yaml
new file: tests/builders/fixtures/sonatype-clm-complete.xml
new file: tests/builders/fixtures/sonatype-clm-complete.yaml
new file: tests/builders/fixtures/sonatype-clm-minimal.xml
new file: tests/builders/fixtures/sonatype-clm-minimal.yaml
deleted: tests/builders/fixtures/sonatype-clm01.xml
deleted: tests/builders/fixtures/sonatype-clm01.yaml
new file: tests/builders/fixtures/trigger-builds-configfactory-allonlinenodes.xml
new file: tests/builders/fixtures/trigger-builds-configfactory-allonlinenodes.yaml
modified: tests/builders/fixtures/trigger-builds-configfactory-multi.xml
modified: tests/builders/fixtures/trigger-builds-configfactory-multi.yaml
new file: tests/builders/fixtures/trigger-builds008.xml
new file: tests/builders/fixtures/trigger-builds008.yaml
new file: tests/builders/fixtures/xcode.xml
new file: tests/builders/fixtures/xcode.yaml
modified: tests/builders/test_builders.py
modified: tests/cachestorage/test_cachestorage.py
new file: tests/cmd/fixtures/empty_builder.ini
new file: tests/cmd/fixtures/large-number-of-jobs-001.yaml
new file: tests/cmd/fixtures/multi-path/builder-recursive.ini
new file: tests/cmd/fixtures/multi-path/output_recursive/job1
new file: tests/cmd/fixtures/multi-path/output_recursive/job2
new file: tests/cmd/fixtures/multi-path/output_recursive/job3
new file: tests/cmd/fixtures/multi-path/output_recursive/job4
new file: tests/cmd/fixtures/multi-path/output_recursive_with_excludes/job1
new file: tests/cmd/fixtures/multi-path/output_recursive_with_excludes/job2
new file: tests/cmd/fixtures/multi-path/output_recursive_with_excludes/job3
new file: tests/cmd/fixtures/multi-path/output_simple/job2
new file: tests/cmd/fixtures/multi-path/output_simple/job3
new file: tests/cmd/fixtures/multi-path/yamldirs/dir1/dir1/project.yaml
new file: tests/cmd/fixtures/multi-path/yamldirs/dir1/project.yaml
new file: tests/cmd/fixtures/multi-path/yamldirs/dir2/dir1/project.yaml
new file: tests/cmd/fixtures/multi-path/yamldirs/dir2/project.yaml
new file: tests/cmd/fixtures/non-default-timeout.ini
new file: tests/cmd/fixtures/settings_from_config.ini
modified: tests/cmd/fixtures/unicode001.yaml
modified: tests/cmd/subcommands/test_delete.py
new file: tests/cmd/subcommands/test_delete_all.py
modified: tests/cmd/subcommands/test_test.py
modified: tests/cmd/subcommands/test_update.py
modified: tests/cmd/test_cmd.py
new file: tests/cmd/test_config.py
modified: tests/cmd/test_recurse_path.py
modified: tests/duplicates/fixtures/allow_duplicates001.xml
modified: tests/duplicates/fixtures/allow_macros001.xml
modified: tests/duplicates/fixtures/allow_projects001.xml
modified: tests/duplicates/fixtures/allow_templates001.xml
modified: tests/duplicates/fixtures/duplicates001.xml
modified: tests/duplicates/fixtures/duplicates002.xml
modified: tests/duplicates/test_duplicates.py
modified: tests/errors/test_exceptions.py
new file: tests/general/fixtures/jdk001.xml
new file: tests/general/fixtures/jdk001.yaml
new file: tests/general/fixtures/project-maven001.plugins_info.yaml
modified: tests/general/fixtures/project-maven002.xml
modified: tests/general/fixtures/project-maven003.xml
modified: tests/general/fixtures/project-maven004.xml
modified: tests/general/test_general.py
modified: tests/hipchat/fixtures/hipchat003.conf
new file: tests/hipchat/fixtures/hipchat005.plugins_info.yaml
new file: tests/hipchat/fixtures/hipchat005.xml
new file: tests/hipchat/fixtures/hipchat005.yaml
modified: tests/hipchat/test_hipchat.py
new file: tests/jenkins_manager/__init__.py
new file: tests/jenkins_manager/test_manager.py
modified: tests/jsonparser/fixtures/complete001.json
modified: tests/jsonparser/fixtures/complete001.xml
modified: tests/jsonparser/test_jsonparser.py
modified: tests/localyaml/test_localyaml.py
modified: tests/macros/fixtures/scm/multi-scms001.xml
modified: tests/macros/fixtures/scm/multi-scms002.xml
modified: tests/macros/fixtures/scm/obj-in-scm-macro001.xml
modified: tests/macros/fixtures/scm/scm002.xml
modified: tests/macros/test_macros.py
modified: tests/moduleregistry/test_moduleregistry.py
modified: tests/modules/test_helpers.py
modified: tests/notifications/test_notifications.py
modified: tests/parallel/test_parallel.py
new file: tests/parameters/fixtures/credentials-param001.xml
new file: tests/parameters/fixtures/credentials-param001.yaml
new file: tests/parameters/fixtures/hidden-param001.xml
new file: tests/parameters/fixtures/hidden-param001.yaml
new file: tests/parameters/fixtures/random-string-param001.xml
new file: tests/parameters/fixtures/random-string-param001.yaml
modified: tests/parameters/test_parameters.py
new file: tests/properties/fixtures/copyartifact-multiple.xml
new file: tests/properties/fixtures/copyartifact-multiple.yaml
new file: tests/properties/fixtures/delivery-pipeline-full.xml
renamed: tests/properties/fixtures/delivery-pipeline1.yaml -> tests/properties/fixtures/delivery-pipeline-full.yaml
new file: tests/properties/fixtures/delivery-pipeline-minimal.xml
renamed: tests/properties/fixtures/delivery-pipeline2.yaml -> tests/properties/fixtures/delivery-pipeline-minimal.yaml
deleted: tests/properties/fixtures/delivery-pipeline1.xml
deleted: tests/properties/fixtures/delivery-pipeline2.xml
new file: tests/properties/fixtures/gitbucket-full.xml
new file: tests/properties/fixtures/gitbucket-full.yaml
new file: tests/properties/fixtures/gitbucket-minimal.xml
new file: tests/properties/fixtures/gitbucket-minimal.yaml
new file: tests/properties/fixtures/github-full.xml
new file: tests/properties/fixtures/github-full.yaml
new file: tests/properties/fixtures/github-minimal.xml
renamed: tests/properties/fixtures/github.yaml -> tests/properties/fixtures/github-minimal.yaml
deleted: tests/properties/fixtures/github.xml
new file: tests/properties/fixtures/gitlab.xml
new file: tests/properties/fixtures/gitlab.yaml
new file: tests/properties/fixtures/groovy-label-full.xml
new file: tests/properties/fixtures/groovy-label-full.yaml
new file: tests/properties/fixtures/groovy-label-minimal.xml
new file: tests/properties/fixtures/groovy-label-minimal.yaml
new file: tests/properties/fixtures/lockable_resources_full.xml
new file: tests/properties/fixtures/lockable_resources_full.yaml
new file: tests/properties/fixtures/lockable_resources_label.xml
new file: tests/properties/fixtures/lockable_resources_label.yaml
new file: tests/properties/fixtures/lockable_resources_minimal.xml
new file: tests/properties/fixtures/lockable_resources_minimal.yaml
new file: tests/properties/fixtures/rebuild-full.xml
renamed: tests/properties/fixtures/rebuild.yaml -> tests/properties/fixtures/rebuild-full.yaml
new file: tests/properties/fixtures/rebuild-minimal.xml
new file: tests/properties/fixtures/rebuild-minimal.yaml
deleted: tests/properties/fixtures/rebuild.xml
new file: tests/properties/fixtures/slave-prerequisites-full.xml
new file: tests/properties/fixtures/slave-prerequisites-full.yaml
new file: tests/properties/fixtures/slave-prerequisites-minimal.xml
new file: tests/properties/fixtures/slave-prerequisites-minimal.yaml
modified: tests/properties/test_properties.py
modified: tests/publishers/fixtures/archive003.xml
modified: tests/publishers/fixtures/archive003.yaml
modified: tests/publishers/fixtures/checkstyle001.xml
modified: tests/publishers/fixtures/checkstyle002.xml
modified: tests/publishers/fixtures/checkstyle003.xml
modified: tests/publishers/fixtures/checkstyle004.xml
modified: tests/publishers/fixtures/checkstyle005.xml
modified: tests/publishers/fixtures/checkstyle006.xml
new file: tests/publishers/fixtures/clamav-full.xml
renamed: tests/publishers/fixtures/clamav001.yaml -> tests/publishers/fixtures/clamav-full.yaml
new file: tests/publishers/fixtures/clamav-minimal.xml
new file: tests/publishers/fixtures/clamav-minimal.yaml
deleted: tests/publishers/fixtures/clamav001.xml
modified: tests/publishers/fixtures/clone-workspace001.xml
modified: tests/publishers/fixtures/clone-workspace002.xml
modified: tests/publishers/fixtures/cloverphp001.xml
modified: tests/publishers/fixtures/cloverphp002.xml
modified: tests/publishers/fixtures/cloverphp003.xml
new file: tests/publishers/fixtures/codecover-full.xml
new file: tests/publishers/fixtures/codecover-full.yaml
new file: tests/publishers/fixtures/codecover-minimal.xml
new file: tests/publishers/fixtures/codecover-minimal.yaml
modified: tests/publishers/fixtures/conditional-publisher002.xml
modified: tests/publishers/fixtures/copy-to-master001.xml
new file: tests/publishers/fixtures/cppcheck-complete.xml
new file: tests/publishers/fixtures/cppcheck-complete.yaml
new file: tests/publishers/fixtures/cppcheck-minimal.xml
new file: tests/publishers/fixtures/cppcheck-minimal.yaml
deleted: tests/publishers/fixtures/cppcheck001.xml
deleted: tests/publishers/fixtures/cppcheck001.yaml
new file: tests/publishers/fixtures/cucumber-reports-complete.xml
new file: tests/publishers/fixtures/cucumber-reports-complete.yaml
new file: tests/publishers/fixtures/cucumber-reports-minimal.xml
new file: tests/publishers/fixtures/cucumber-reports-minimal.yaml
new file: tests/publishers/fixtures/cucumber-testresult-complete.xml
new file: tests/publishers/fixtures/cucumber-testresult-complete.yaml
new file: tests/publishers/fixtures/cucumber-testresult-minimal.xml
renamed: tests/publishers/fixtures/cucumber_testresult.yaml -> tests/publishers/fixtures/cucumber-testresult-minimal.yaml
deleted: tests/publishers/fixtures/cucumber_reports001.xml
deleted: tests/publishers/fixtures/cucumber_reports001.yaml
deleted: tests/publishers/fixtures/cucumber_reports002.xml
deleted: tests/publishers/fixtures/cucumber_reports002.yaml
deleted: tests/publishers/fixtures/cucumber_testresult.xml
new file: tests/publishers/fixtures/dependency-check001.xml
new file: tests/publishers/fixtures/dependency-check001.yaml
modified: tests/publishers/fixtures/dry001.xml
modified: tests/publishers/fixtures/dry002.xml
modified: tests/publishers/fixtures/dry003.xml
modified: tests/publishers/fixtures/dry004.xml
new file: tests/publishers/fixtures/email-complete.xml
new file: tests/publishers/fixtures/email-complete.yaml
modified: tests/publishers/fixtures/email-ext001.xml
modified: tests/publishers/fixtures/email-ext001.yaml
modified: tests/publishers/fixtures/email-ext002.xml
modified: tests/publishers/fixtures/email-ext002.yaml
new file: tests/publishers/fixtures/email-ext003.xml
new file: tests/publishers/fixtures/email-ext003.yaml
new file: tests/publishers/fixtures/email-minimal.xml
new file: tests/publishers/fixtures/email-minimal.yaml
deleted: tests/publishers/fixtures/email001.xml
deleted: tests/publishers/fixtures/email001.yaml
deleted: tests/publishers/fixtures/email002.xml
deleted: tests/publishers/fixtures/email002.yaml
new file: tests/publishers/fixtures/findbugs-full.xml
renamed: tests/publishers/fixtures/findbugs01.yaml -> tests/publishers/fixtures/findbugs-full.yaml
new file: tests/publishers/fixtures/findbugs-minimal.xml
new file: tests/publishers/fixtures/findbugs-minimal.yaml
deleted: tests/publishers/fixtures/findbugs01.xml
new file: tests/publishers/fixtures/ftp-publisher-full.xml
new file: tests/publishers/fixtures/ftp-publisher-full.yaml
new file: tests/publishers/fixtures/ftp-publisher-minimal.xml
new file: tests/publishers/fixtures/ftp-publisher-minimal.yaml
modified: tests/publishers/fixtures/github-pull-request-merge002.xml
new file: tests/publishers/fixtures/gitlab-notifier.xml
new file: tests/publishers/fixtures/gitlab-notifier.yaml
modified: tests/publishers/fixtures/google_cloud_storage002.xml
modified: tests/publishers/fixtures/google_cloud_storage003.xml
modified: tests/publishers/fixtures/google_cloud_storage003.yaml
new file: tests/publishers/fixtures/growl-full.xml
new file: tests/publishers/fixtures/growl-full.yaml
new file: tests/publishers/fixtures/growl-minimal.xml
new file: tests/publishers/fixtures/growl-minimal.yaml
renamed: tests/publishers/fixtures/hue-light002.xml -> tests/publishers/fixtures/hue-light-full.xml
renamed: tests/publishers/fixtures/hue-light002.yaml -> tests/publishers/fixtures/hue-light-full.yaml
new file: tests/publishers/fixtures/jabber-complete.xml
new file: tests/publishers/fixtures/jabber-complete.yaml
new file: tests/publishers/fixtures/jabber-minimal.xml
new file: tests/publishers/fixtures/jabber-minimal.yaml
deleted: tests/publishers/fixtures/jabber001.xml
deleted: tests/publishers/fixtures/jabber001.yaml
new file: tests/publishers/fixtures/jacoco-complete.xml
new file: tests/publishers/fixtures/jacoco-complete.yaml
new file: tests/publishers/fixtures/jacoco-minimal.xml
new file: tests/publishers/fixtures/jacoco-minimal.yaml
modified: tests/publishers/fixtures/jacoco001.xml
modified: tests/publishers/fixtures/jacoco001.yaml
modified: tests/publishers/fixtures/junit001.xml
modified: tests/publishers/fixtures/junit002.xml
modified: tests/publishers/fixtures/junit002.yaml
new file: tests/publishers/fixtures/logparser-full.xml
new file: tests/publishers/fixtures/logparser-full.yaml
new file: tests/publishers/fixtures/logparser-minimal.xml
new file: tests/publishers/fixtures/logparser-minimal.yaml
deleted: tests/publishers/fixtures/logparser001.xml
deleted: tests/publishers/fixtures/logparser001.yaml
modified: tests/publishers/fixtures/logstash-full.xml
modified: tests/publishers/fixtures/logstash-min.xml
new file: tests/publishers/fixtures/mqtt-full.xml
new file: tests/publishers/fixtures/mqtt-full.yaml
new file: tests/publishers/fixtures/mqtt-minimal.xml
new file: tests/publishers/fixtures/mqtt-minimal.yaml
modified: tests/publishers/fixtures/naginator001.xml
modified: tests/publishers/fixtures/naginator001.yaml
modified: tests/publishers/fixtures/naginator002.xml
modified: tests/publishers/fixtures/naginator003.xml
new file: tests/publishers/fixtures/performance-complete.xml
new file: tests/publishers/fixtures/performance-complete.yaml
new file: tests/publishers/fixtures/performance-minimal.xml
new file: tests/publishers/fixtures/performance-minimal.yaml
deleted: tests/publishers/fixtures/performance001.xml
deleted: tests/publishers/fixtures/performance001.yaml
deleted: tests/publishers/fixtures/performance002.xml
deleted: tests/publishers/fixtures/performance002.yaml
deleted: tests/publishers/fixtures/performance003.xml
deleted: tests/publishers/fixtures/performance003.yaml
new file: tests/publishers/fixtures/pipeline003.xml
new file: tests/publishers/fixtures/pipeline003.yaml
modified: tests/publishers/fixtures/plot001.xml
modified: tests/publishers/fixtures/plot002.xml
modified: tests/publishers/fixtures/plot003.xml
modified: tests/publishers/fixtures/plot004.xml
modified: tests/publishers/fixtures/plot005.xml
new file: tests/publishers/fixtures/plot006.xml
new file: tests/publishers/fixtures/plot006.yaml
modified: tests/publishers/fixtures/pmd001.xml
modified: tests/publishers/fixtures/pmd002.xml
modified: tests/publishers/fixtures/pmd003.xml
new file: tests/publishers/fixtures/richtext-complete.xml
new file: tests/publishers/fixtures/richtext-complete.yaml
new file: tests/publishers/fixtures/richtext-minimal.xml
new file: tests/publishers/fixtures/richtext-minimal.yaml
deleted: tests/publishers/fixtures/richtext001.xml
deleted: tests/publishers/fixtures/richtext001.yaml
deleted: tests/publishers/fixtures/richtext002.xml
deleted: tests/publishers/fixtures/richtext002.yaml
new file: tests/publishers/fixtures/robot-complete.xml
new file: tests/publishers/fixtures/robot-complete.yaml
new file: tests/publishers/fixtures/robot-minimal.xml
new file: tests/publishers/fixtures/robot-minimal.yaml
deleted: tests/publishers/fixtures/robot001.xml
deleted: tests/publishers/fixtures/robot001.yaml
new file: tests/publishers/fixtures/scan-build-full.xml
new file: tests/publishers/fixtures/scan-build-full.yaml
new file: tests/publishers/fixtures/scan-build-minimal.xml
renamed: tests/publishers/fixtures/scan-build002.yaml -> tests/publishers/fixtures/scan-build-minimal.yaml
modified: tests/publishers/fixtures/scan-build001.xml
modified: tests/publishers/fixtures/scan-build001.yaml
deleted: tests/publishers/fixtures/scan-build002.xml
modified: tests/publishers/fixtures/scoverage001.xml
modified: tests/publishers/fixtures/scp001.xml
new file: tests/publishers/fixtures/sloccount-complete.xml
new file: tests/publishers/fixtures/sloccount-complete.yaml
new file: tests/publishers/fixtures/sloccount-minimal.xml
new file: tests/publishers/fixtures/sloccount-minimal.yaml
deleted: tests/publishers/fixtures/sloccount001.xml
deleted: tests/publishers/fixtures/sloccount001.yaml
new file: tests/publishers/fixtures/sonar-complete.xml
renamed: tests/publishers/fixtures/sonar002.yaml -> tests/publishers/fixtures/sonar-complete.yaml
new file: tests/publishers/fixtures/sonar-minimal.xml
new file: tests/publishers/fixtures/sonar-minimal.yaml
deleted: tests/publishers/fixtures/sonar001.xml
deleted: tests/publishers/fixtures/sonar001.yaml
deleted: tests/publishers/fixtures/sonar002.xml
modified: tests/publishers/fixtures/ssh001.xml
new file: tests/publishers/fixtures/tap-full.xml
new file: tests/publishers/fixtures/tap-full.yaml
new file: tests/publishers/fixtures/tap-minimal.xml
new file: tests/publishers/fixtures/tap-minimal.yaml
modified: tests/publishers/fixtures/tap001.xml
new file: tests/publishers/fixtures/test-fairy-android-minimal.xml
new file: tests/publishers/fixtures/test-fairy-android-minimal.yaml
new file: tests/publishers/fixtures/test-fairy-android001.xml
new file: tests/publishers/fixtures/test-fairy-android001.yaml
new file: tests/publishers/fixtures/test-fairy-android002.xml
new file: tests/publishers/fixtures/test-fairy-android002.yaml
new file: tests/publishers/fixtures/test-fairy-ios-minimal.xml
new file: tests/publishers/fixtures/test-fairy-ios-minimal.yaml
new file: tests/publishers/fixtures/test-fairy-ios001.xml
new file: tests/publishers/fixtures/test-fairy-ios001.yaml
new file: tests/publishers/fixtures/test-fairy-ios002.xml
new file: tests/publishers/fixtures/test-fairy-ios002.yaml
new file: tests/publishers/fixtures/testng-full.xml
new file: tests/publishers/fixtures/testng-full.yaml
new file: tests/publishers/fixtures/testng-minimal.xml
new file: tests/publishers/fixtures/testng-minimal.yaml
modified: tests/publishers/fixtures/testng001.xml
modified: tests/publishers/fixtures/text-finder001.xml
new file: tests/publishers/fixtures/warnings-complete.xml
renamed: tests/publishers/fixtures/warnings001.yaml -> tests/publishers/fixtures/warnings-complete.yaml
new file: tests/publishers/fixtures/warnings-minimal.xml
new file: tests/publishers/fixtures/warnings-minimal.yaml
deleted: tests/publishers/fixtures/warnings001.xml
new file: tests/publishers/fixtures/whitesource-full.xml
new file: tests/publishers/fixtures/whitesource-full.yaml
new file: tests/publishers/fixtures/whitesource-minimal.xml
new file: tests/publishers/fixtures/whitesource-minimal.yaml
deleted: tests/publishers/fixtures/whitesource001.xml
deleted: tests/publishers/fixtures/whitesource001.yaml
new file: tests/publishers/fixtures/workspace-cleanup-complete.xml
new file: tests/publishers/fixtures/workspace-cleanup-complete.yaml
new file: tests/publishers/fixtures/workspace-cleanup-minimal.xml
new file: tests/publishers/fixtures/workspace-cleanup-minimal.yaml
deleted: tests/publishers/fixtures/workspace-cleanup001.xml
deleted: tests/publishers/fixtures/workspace-cleanup001.yaml
new file: tests/publishers/fixtures/xml-summary-full.xml
new file: tests/publishers/fixtures/xml-summary-full.yaml
new file: tests/publishers/fixtures/xml-summary-minimal.xml
renamed: tests/publishers/fixtures/xml-summary001.yaml -> tests/publishers/fixtures/xml-summary-minimal.yaml
deleted: tests/publishers/fixtures/xml-summary001.xml
deleted: tests/publishers/fixtures/xml-summary002.xml
deleted: tests/publishers/fixtures/xml-summary002.yaml
modified: tests/publishers/fixtures/xunit001.xml
modified: tests/publishers/fixtures/xunit002.xml
modified: tests/publishers/fixtures/xunit003.xml
modified: tests/publishers/test_publishers.py
modified: tests/reporters/fixtures/findbugs-minimal.xml
modified: tests/reporters/fixtures/findbugs01.xml
modified: tests/reporters/test_reporters.py
new file: tests/scm/fixtures/dimensions-full.xml
new file: tests/scm/fixtures/dimensions-full.yaml
new file: tests/scm/fixtures/dimensions-minimal.xml
new file: tests/scm/fixtures/dimensions-minimal.yaml
modified: tests/scm/fixtures/git-clean01.xml
new file: tests/scm/fixtures/git-extensions01.xml
new file: tests/scm/fixtures/git-extensions01.yaml
new file: tests/scm/fixtures/git-extensions02.xml
new file: tests/scm/fixtures/git-extensions02.yaml
modified: tests/scm/fixtures/git-ignore-commits-with-messages01.xml
modified: tests/scm/fixtures/git-ignore-notify01.xml
modified: tests/scm/fixtures/git-ignore-notify02.xml
modified: tests/scm/fixtures/git-ignore-notify03.xml
modified: tests/scm/fixtures/git-multiple-remotes.xml
modified: tests/scm/fixtures/git-polling-path-restriction01.xml
modified: tests/scm/fixtures/git-polling-path-restriction02.xml
modified: tests/scm/fixtures/git-shallow-clone01.xml
modified: tests/scm/fixtures/git-shallow-clone02.xml
modified: tests/scm/fixtures/git-shallow-clone03.xml
modified: tests/scm/fixtures/git-sparse-checkout01.xml
modified: tests/scm/fixtures/git-submodule01.xml
modified: tests/scm/fixtures/git001.xml
modified: tests/scm/fixtures/git002.xml
modified: tests/scm/fixtures/git003.xml
modified: tests/scm/fixtures/gitlab.xml
modified: tests/scm/fixtures/local-branch001.xml
modified: tests/scm/fixtures/openshift-img-streams002.xml
modified: tests/scm/fixtures/raw001.xml
modified: tests/scm/fixtures/repo001.xml
modified: tests/scm/fixtures/repo001.yaml
modified: tests/scm/fixtures/stash.xml
new file: tests/scm/fixtures/url001.xml
new file: tests/scm/fixtures/url001.yaml
new file: tests/scm/fixtures/url002.xml
new file: tests/scm/fixtures/url002.yaml
modified: tests/scm/test_scm.py
new file: tests/triggers/fixtures/github-pull-request-multiple-extensions.xml
new file: tests/triggers/fixtures/github-pull-request-multiple-extensions.yaml
modified: tests/triggers/fixtures/github-pull-request-status.xml
modified: tests/triggers/fixtures/github-pull-request-status.yaml
modified: tests/triggers/fixtures/gitlab001.xml
modified: tests/triggers/fixtures/gitlab002.xml
modified: tests/triggers/fixtures/gitlab003.xml
new file: tests/triggers/fixtures/gitlab004.plugins_info.yaml
new file: tests/triggers/fixtures/gitlab004.xml
new file: tests/triggers/fixtures/gitlab004.yaml
new file: tests/triggers/fixtures/gitlab005.plugins_info.yaml
new file: tests/triggers/fixtures/gitlab005.xml
new file: tests/triggers/fixtures/gitlab005.yaml
new file: tests/triggers/fixtures/gitlab006.plugins_info.yaml
new file: tests/triggers/fixtures/gitlab006.xml
new file: tests/triggers/fixtures/gitlab006.yaml
new file: tests/triggers/fixtures/groovy-script-full.xml
new file: tests/triggers/fixtures/groovy-script-full.yaml
new file: tests/triggers/fixtures/groovy-script-minimal.xml
new file: tests/triggers/fixtures/groovy-script-minimal.yaml
modified: tests/triggers/fixtures/groovy-script.xml
modified: tests/triggers/fixtures/groovy-script.yaml
new file: tests/triggers/fixtures/monitor-folders-full.xml
new file: tests/triggers/fixtures/monitor-folders-full.yaml
new file: tests/triggers/fixtures/monitor-folders-minimal.xml
new file: tests/triggers/fixtures/monitor-folders-minimal.yaml
deleted: tests/triggers/fixtures/monitor_folders.xml
deleted: tests/triggers/fixtures/monitor_folders.yaml
new file: tests/triggers/fixtures/parameterized-timer001.xml
new file: tests/triggers/fixtures/parameterized-timer001.yaml
new file: tests/triggers/fixtures/parameterized-timer002.xml
new file: tests/triggers/fixtures/parameterized-timer002.yaml
new file: tests/triggers/fixtures/rabbitmq.xml
new file: tests/triggers/fixtures/rabbitmq.yaml
new file: tests/triggers/fixtures/script-full.xml
new file: tests/triggers/fixtures/script-full.yaml
new file: tests/triggers/fixtures/script-minimal.xml
new file: tests/triggers/fixtures/script-minimal.yaml
modified: tests/triggers/fixtures/script001.xml
deleted: tests/triggers/fixtures/script002.xml
deleted: tests/triggers/fixtures/script002.yaml
modified: tests/triggers/test_triggers.py
new file: tests/views/__init__.py
new file: tests/views/fixtures/view_list001.xml
new file: tests/views/fixtures/view_list001.yaml
new file: tests/views/fixtures/view_list002.xml
new file: tests/views/fixtures/view_list002.yaml
new file: tests/views/fixtures/view_pipeline001.xml
new file: tests/views/fixtures/view_pipeline001.yaml
new file: tests/views/fixtures/view_pipeline002.xml
new file: tests/views/fixtures/view_pipeline002.yaml
new file: tests/views/test_views.py
new file: tests/wrappers/fixtures/artifactory004.plugins_info.yaml
new file: tests/wrappers/fixtures/artifactory004.xml
new file: tests/wrappers/fixtures/artifactory004.yaml
modified: tests/wrappers/fixtures/credentials_binding.xml
modified: tests/wrappers/fixtures/credentials_binding.yaml
new file: tests/wrappers/fixtures/delivery-pipeline-full.xml
renamed: tests/wrappers/fixtures/delivery-pipeline1.yaml -> tests/wrappers/fixtures/delivery-pipeline-full.yaml
new file: tests/wrappers/fixtures/delivery-pipeline-minimal.xml
renamed: tests/wrappers/fixtures/delivery-pipeline2.yaml -> tests/wrappers/fixtures/delivery-pipeline-minimal.yaml
deleted: tests/wrappers/fixtures/delivery-pipeline1.xml
deleted: tests/wrappers/fixtures/delivery-pipeline2.xml
new file: tests/wrappers/fixtures/jclouds001.xml
new file: tests/wrappers/fixtures/jclouds001.yaml
new file: tests/wrappers/fixtures/live-screenshot-full.xml
renamed: tests/wrappers/fixtures/live_screenshot002.yaml -> tests/wrappers/fixtures/live-screenshot-full.yaml
new file: tests/wrappers/fixtures/live-screenshot-minimal.xml
renamed: tests/wrappers/fixtures/live_screenshot001.yaml -> tests/wrappers/fixtures/live-screenshot-minimal.yaml
deleted: tests/wrappers/fixtures/live_screenshot001.xml
deleted: tests/wrappers/fixtures/live_screenshot002.xml
new file: tests/wrappers/fixtures/logfilesize-full.xml
new file: tests/wrappers/fixtures/logfilesize-full.yaml
renamed: tests/wrappers/fixtures/logfilesize002.xml -> tests/wrappers/fixtures/logfilesize-minimal.xml
renamed: tests/wrappers/fixtures/logfilesize002.yaml -> tests/wrappers/fixtures/logfilesize-minimal.yaml
modified: tests/wrappers/fixtures/logfilesize001.xml
modified: tests/wrappers/fixtures/logfilesize001.yaml
deleted: tests/wrappers/fixtures/logfilesize003.xml
deleted: tests/wrappers/fixtures/logfilesize003.yaml
renamed: tests/wrappers/fixtures/mongo-db001.xml -> tests/wrappers/fixtures/mongo-db-full.xml
renamed: tests/wrappers/fixtures/mongo-db001.yaml -> tests/wrappers/fixtures/mongo-db-full.yaml
renamed: tests/wrappers/fixtures/mongo-db002.xml -> tests/wrappers/fixtures/mongo-db-minimal.xml
renamed: tests/wrappers/fixtures/mongo-db002.yaml -> tests/wrappers/fixtures/mongo-db-minimal.yaml
new file: tests/wrappers/fixtures/openstack001.xml
new file: tests/wrappers/fixtures/openstack001.yaml
new file: tests/wrappers/fixtures/openstack002.xml
new file: tests/wrappers/fixtures/openstack002.yaml
new file: tests/wrappers/fixtures/openstack003.xml
new file: tests/wrappers/fixtures/openstack003.yaml
new file: tests/wrappers/fixtures/pre-scm-buildstep001.plugins_info.yaml
new file: tests/wrappers/fixtures/pre-scm-buildstep001.xml
new file: tests/wrappers/fixtures/pre-scm-buildstep001.yaml
new file: tests/wrappers/fixtures/pre-scm-buildstep002.plugins_info.yaml
new file: tests/wrappers/fixtures/pre-scm-buildstep002.xml
new file: tests/wrappers/fixtures/pre-scm-buildstep002.yaml
new file: tests/wrappers/fixtures/sonar-full.xml
new file: tests/wrappers/fixtures/sonar-full.yaml
new file: tests/wrappers/fixtures/sonar-minimal.xml
new file: tests/wrappers/fixtures/sonar-minimal.yaml
new file: tests/wrappers/fixtures/timeout/version-1.15/deadline001.plugins_info.yaml
new file: tests/wrappers/fixtures/timeout/version-1.15/deadline001.xml
new file: tests/wrappers/fixtures/timeout/version-1.15/deadline001.yaml
new file: tests/wrappers/fixtures/version-number001.xml
new file: tests/wrappers/fixtures/version-number001.yaml
new file: tests/wrappers/fixtures/workspace-cleanup001.xml
new file: tests/wrappers/fixtures/workspace-cleanup001.yaml
renamed: tests/wrappers/fixtures/xvfb001.xml -> tests/wrappers/fixtures/xvfb-full.xml
renamed: tests/wrappers/fixtures/xvfb001.yaml -> tests/wrappers/fixtures/xvfb-full.yaml
new file: tests/wrappers/fixtures/xvfb-minimal.xml
renamed: tests/wrappers/fixtures/xvfb002.yaml -> tests/wrappers/fixtures/xvfb-minimal.yaml
deleted: tests/wrappers/fixtures/xvfb002.xml
new file: tests/wrappers/fixtures/xvnc-full.xml
renamed: tests/wrappers/fixtures/xvnc001.yaml -> tests/wrappers/fixtures/xvnc-full.yaml
new file: tests/wrappers/fixtures/xvnc-minimal.xml
new file: tests/wrappers/fixtures/xvnc-minimal.yaml
deleted: tests/wrappers/fixtures/xvnc001.xml
modified: tests/wrappers/test_wrappers.py
new file: tests/xml_config/__init__.py
new file: tests/xml_config/exceptions/invalid_project.yaml
new file: tests/xml_config/test_xml_config.py
new file: tests/yamlparser/exceptions/incorrect_template_dimensions.yaml
modified: tests/yamlparser/fixtures/complete001.xml
modified: tests/yamlparser/fixtures/complete001.yaml
new file: tests/yamlparser/fixtures/default_template_variables_id_multi.xml
new file: tests/yamlparser/fixtures/default_template_variables_id_multi.yaml
modified: tests/yamlparser/fixtures/include-raw001.yaml
modified: tests/yamlparser/fixtures/include-rawunicode001.yaml
modified: tests/yamlparser/fixtures/include001.yaml
new file: tests/yamlparser/fixtures/lazy-load-jobs-copy-files.yaml.inc
new file: tests/yamlparser/fixtures/lazy-load-jobs-multi001.xml
new file: tests/yamlparser/fixtures/lazy-load-jobs-multi001.yaml
new file: tests/yamlparser/fixtures/lazy-load-jobs-pre-scm-shell-ant.yaml.inc
new file: tests/yamlparser/fixtures/lazy-load-jobs-timeout.yaml.inc
new file: tests/yamlparser/fixtures/lazy-load-jobs001.conf
new file: tests/yamlparser/fixtures/lazy-load-jobs001.xml
new file: tests/yamlparser/fixtures/lazy-load-jobs001.yaml
new file: tests/yamlparser/fixtures/lazy-load-jobs002.xml
new file: tests/yamlparser/fixtures/lazy-load-jobs002.yaml
new file: tests/yamlparser/fixtures/lazy-load-scripts/echo_vars_1.1.sh
new file: tests/yamlparser/fixtures/lazy-load-scripts/echo_vars_1.2.sh
new file: tests/yamlparser/fixtures/lazy-load-wrappers-1.1.yaml.inc
new file: tests/yamlparser/fixtures/lazy-load-wrappers-1.2.yaml.inc
modified: tests/yamlparser/fixtures/project_flow_template002.xml
new file: tests/yamlparser/fixtures/project_pipeline_template001.xml
new file: tests/yamlparser/fixtures/project_pipeline_template001.yaml
new file: tests/yamlparser/fixtures/project_pipeline_template002.xml
new file: tests/yamlparser/fixtures/project_pipeline_template002.yaml
new file: tests/yamlparser/fixtures/project_pipeline_template003.xml
new file: tests/yamlparser/fixtures/project_pipeline_template003.yaml
new file: tests/yamlparser/fixtures/project_pipeline_template004.xml
new file: tests/yamlparser/fixtures/project_pipeline_template004.yaml
new file: tests/yamlparser/fixtures/project_pipeline_template005.xml
new file: tests/yamlparser/fixtures/project_pipeline_template005.yaml
modified: tests/yamlparser/fixtures/scm_remote_deep_bug.xml
modified: tests/yamlparser/fixtures/template_override_project_level_defaults.xml
modified: tests/yamlparser/fixtures/templates001.xml
modified: tests/yamlparser/fixtures/unicode001.yaml
modified: tests/yamlparser/test_yamlparser.py
new file: tools/configs/non-defaults.conf
deleted: tools/jenkins-jobs.py
new file: tools/run-compare-configs.sh
deleted: tools/run-compare-xml-samples.sh
modified: tox.ini
Unmerged paths:
(use "git add <file>..." to mark resolution)
both modified: jenkins_jobs/modules/wrappers.py
both modified: requirements.txt
~/Documents/gerrit/integration/jenkins-job-builder$ git reset --hard origin/master
HEAD is now at edebce7f Complete support of Yaml Axis Plugin
~/Documents/gerrit/integration/jenkins-job-builder$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
~/Documents/gerrit/integration/jenkins-job-builder$ git log --oneline -n 3
edebce7f Complete support of Yaml Axis Plugin
610da73e [WMF] pin python-jenkins >=0.4.14
4f77324f Merge "Wrapper pre-scm-buildstep: added support for failOnError parameter"
~/Documents/gerrit/integration/jenkins-job-builder$ git pull
Already up-to-date.