Package: jenkins-job-builder / 1.6.1-1

Metadata

Package Version Patches format
jenkins-job-builder 1.6.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 workaround programoutput.patch | (download)

doc/source/execution.rst | 15 10 + 5 - 0 !
1 file changed, 10 insertions(+), 5 deletions(-)

 workaround-programoutput
builders add publish over ssh support as a build step.patch | (download)

jenkins_jobs/modules/builders.py | 30 30 + 0 - 0 !
jenkins_jobs/modules/publishers.py | 50 29 + 21 - 0 !
tests/builders/fixtures/publish-over-ssh.xml | 36 36 + 0 - 0 !
tests/builders/fixtures/publish-over-ssh.yaml | 6 6 + 0 - 0 !
tests/publishers/fixtures/ssh001.xml | 6 3 + 3 - 0 !
5 files changed, 104 insertions(+), 24 deletions(-)

 [patch] builders: add 'publish over ssh' support as a build step

'Publish over SSH' plugin is only supported in the publishers.
It can also be used as a build step during the build process.

Adjustments to publishers.base_publish_over() method:
 * fix the missing top delegate
 * re-order command, timeout and use-pty as in Jenkins