-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Won't Do
-
Component/s: job-dsl-plugin
-
Labels:
-
Similar Issues:
Plugin: http://wiki.hudson-ci.org/display/HUDSON/FTP-Publisher+Plugin
Configure section:
<publishers> <com.zanox.hudson.plugins.FTPPublisher plugin="ftppublisher@1.2"> <entries/> <useTimestamps>false</useTimestamps> <flatten>false</flatten> <skip>false</skip> </com.zanox.hudson.plugins.FTPPublisher> </publishers>
<com.zanox.hudson.plugins.FTPPublisher plugin="ftppublisher@1.2"> <siteName>qw</siteName> <entries> <com.zanox.hudson.plugins.Entry> <filePath>target1</filePath> <sourceFile>source1</sourceFile> </com.zanox.hudson.plugins.Entry> <com.zanox.hudson.plugins.Entry> <filePath>target3</filePath> <sourceFile>source3</sourceFile> </com.zanox.hudson.plugins.Entry> </entries> <useTimestamps>true</useTimestamps> <flatten>true</flatten> <skip>true</skip> </com.zanox.hudson.plugins.FTPPublisher>
Field | Original Value | New Value |
---|---|---|
Description |
Plugin: https://wiki.jenkins-ci.org/display/JENKINS/pre-scm-buildstep
Configure section: {code:xml} <buildWrappers> <org.jenkinsci.plugins.preSCMbuildstep.PreSCMBuildStepsWrapper plugin="preSCMbuildstep@0.3"> <failOnError>false</failOnError> </org.jenkinsci.plugins.preSCMbuildstep.PreSCMBuildStepsWrapper> </buildWrappers> {code} {code:xml} <buildWrappers> <org.jenkinsci.plugins.preSCMbuildstep.PreSCMBuildStepsWrapper plugin="preSCMbuildstep@0.3"> <buildSteps> <hudson.tasks.Shell> <command/> </hudson.tasks.Shell> </buildSteps> <failOnError>false</failOnError> </org.jenkinsci.plugins.preSCMbuildstep.PreSCMBuildStepsWrapper> </buildWrappers> {code} |
Plugin: http://wiki.hudson-ci.org/display/HUDSON/FTP-Publisher+Plugin
Configure section: {code:xml} <publishers> <com.zanox.hudson.plugins.FTPPublisher plugin="ftppublisher@1.2"> <entries/> <useTimestamps>false</useTimestamps> <flatten>false</flatten> <skip>false</skip> </com.zanox.hudson.plugins.FTPPublisher> </publishers> {code} {code:xml} <com.zanox.hudson.plugins.FTPPublisher plugin="ftppublisher@1.2"> <siteName>qw</siteName> <entries> <com.zanox.hudson.plugins.Entry> <filePath>target1</filePath> <sourceFile>source1</sourceFile> </com.zanox.hudson.plugins.Entry> <com.zanox.hudson.plugins.Entry> <filePath>target3</filePath> <sourceFile>source3</sourceFile> </com.zanox.hudson.plugins.Entry> </entries> <useTimestamps>true</useTimestamps> <flatten>true</flatten> <skip>true</skip> </com.zanox.hudson.plugins.FTPPublisher> {code} |
Issue Type | Task [ 3 ] | New Feature [ 2 ] |
Workflow | JNJira [ 167267 ] | JNJira + In-Review [ 182663 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Won't Do [ 10001 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |