Before, `jenkins-job-builder test -o outdir` would write
outdir/job_name
With the new option `--config-xml`, it writes
outdir/job_name/config.xml
to match the layout that Jenkins uses internally. This is more useful
for diffing against existing Jenkins installations or uploading job
definitions by other means.
Also, it seems better to give the output files an .xml extension.
Change-Id: I78fc7aff531925ee071b8e19f40f766b4af0b5ad
- Added the following for builder and publisher
- Added all the fields for JMS Messaging plugins
- Added a minimal example
- Added a full example
- Added info in trigger for builder description of the plugin
Change-Id: Ifa209978dd38692da9f9d06bdf34782bd684a324
Rather than linking to the page about OpenStack's specific JJB
implementation.
This matches the link in the README.
Change-Id: I54e1ea1ec4db534535c9ee1a10bf672a8d2b4c62
The documentation was incorrect for the gitlab trigger's wip-skip
parameter's default value.
The docs said it defaulted to "false", but the code actually defaulted
it to "true".
Update the docs to match the code.
Change-Id: I9f4ffa31b2d1d467d649082ff92242c78d11c121
Jenkins Git plugin does not use your configured credentials for cloning
submodules, but you can told it to use credentials from parent
repository, by checking "Use credentials from default remote of parent
repository", and this "parent-credentials" will set that option.
So without this option jenkins git plugin will not be able to clone
submodules, if they are not public available.
The default value is "false", like in jenkins git plugin.
See-also: https://issues.jenkins-ci.org/browse/JENKINS-20941
Change-Id: I1cfb3f45bb082f538eff1a9e64a03be27f759a5f
Signed-off-by: Azat Khuzhin <a3at.mail@gmail.com>
registry: where to push images,
server: where to run the docker file onto
e.g.
registry:
url: https://registry.example.com/
credentials-id: foobar
Co-Authored-By: Linus Wallgren <linus.wallgren@scypho.com>
Change-Id: I2e592b1c52138bd4623ad2acd05c744224a8e50b
- Added failOnError argument for pre-scm-buildstep
- Introduced buildsteps argument and moved list of build steps to match xml configuration of the preSCMbuildstep plugin.
- Updated existing test cases to match the new argument structure
- Added test case for pre-scm-buildstep to verify creation of failOnError tag
- Added verification on version to maintain retro-compatibility
- Updated documentation to fetch example from testcase definition
Change-Id: I25c19cd0552cf2de97b9c391492d95779c1360be
Task: 3163
Story: 2000690
The Git SCM uses "bitbucketweb".
The Hg SCM also has "bitbucketweb" documented, but uses an un-documented
value instead: "bitbucket".
Make the Hg SCM support "bitbucketweb" so it aligns with the Git SCM and
the Hg documentation.
Continue to handle the old "bitbucket" browser, but add a comment that
this is deprecated.
Change-Id: If4266e35964b2d7c751cce009d195d4c1bcf845a
Prior to this change, the docker-build-publish setting docs did not
properly link to the docker-build-publish Jenkins wiki page.
Fix the syntax so that the docs properly link to this plugin's wiki
page.
Change-Id: I75fbe95957b0ace6dd79b5111b4f9213fd80c696
- update JaCoCo plugin to use convert_mapping_to_xml
- fix status-update to update-build-status
- add minimal and full test
Change-Id: Iff936c93544416ab7759ccfabb7e284fc99e8e7c
Signed-off-by: Kien Ha <kienha9922@gmail.com>
Signed-off-by: Ryo Tagami <rtagami@airstrip.jp>
- Add support for file and command options for groovy plugin
- Update docs
- Update minimal and full tests
- Use convert_mapping_to_xml
Change-Id: I60f600898f9b2852bc420aa3b5c43f63776a6247
Signed-off-by: Anil Belur <askb23@gmail.com>
- Update docs
- Update minimal and full tests
- Use convert_mapping_to_xml
Change-Id: I05e6945055e6a6e9a358377d7e2fc00944f1f9cc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>