Send build artifacts to a windows share (CIFS/SMB/samba)
Please read Publish Over first.
Common configuration options that are documented in the Publish Over ... page will not be repeated here.
- Send files to windows shares
- The plugin is "promotion aware" see Promotions
- Publish to multiple shares in the "Post-build Actions"
- Passwords are encrypted in the configuration files and in the UI
- Copy files to a windows share during a build
From the Jenkins home page, click "Manage Jenkins" and then click on "Configure System"
In the main Jenkins configuration page, there will be a "Publish Over CIFS" checkbox in the "Global properties" section.
Set this option to the IP address of a WINS server that will be used by the Jenkins controller, and will be the default for all other agents.
The WINS server can be set or overridden for individual agents
A "Publish Over CIFS" checkbox will appear under "Node Properties" in the configuration for a node.
Set the WINS server to an IP address that this node will use for name
resolution.
If a default WINS server has been specified in the "Global properties", a node can be configured to not use WINS by checking the "Publish Over CIFS" property and leaving the WINS server empty.
From the Jenkins home page, click "Manage Jenkins" and the click on "Configure System"
Find the CIFS section (as below) and click on the "Add" button next to "CIFS Servers"
You should now have the configuration options as below
Fill in Name, Hostname, Username, Password and Share. see Publish Over ... for common options for Host Configurations
Hostname is the hostname, IP address or windows servername of the host that contains the share
To specify a user in a specific windows domain, use a back slash to separate eg MYDOMAIN\myuser
The share is equivalent to the standard Remote directory option, except that the Share is required and there is no concept of the directories being relative.
The share must be, or begin with, a windows share name on the server named in Hostname.
If you click the "Advanced..." button for a configuration, then you will make more configuration options available (see below)
see Publish Over ... for common options for Host Configurations
This plugin adds a build step to enable you to send files to a windows share during a build.
Select "Send files to a windows share" from the "Add build step" drop down (pic below) and then configure just like Configure a job to send files to a windows share
![] below
Open a jobs main page and then click "Configure" from the left hand menu.
Find the "Send build artifacts to a windows share" checkbox in the "Post-build Actions" section and click in the box.
You should now have the configuration options as below
see Publish Over ... for common options for Server
see Publish Over ... for common options for Transfer Sets
Source files
The build will fail if you do not select any Source files to transfer
If you click the "Advanced..." button for a Transfer Set, then you will make more configuration options available (see below)
see Publish Over ... for common options for Transfer Sets
Delete all files and directories from the remote directory before uploading the new files.
If you click the "Advanced..." button that is immediately below the "Add Server" button, then you will make more configuration options available (see below)
see Publish Over ... for common options for Publisher
If you are configuring an action in a promotion, new options will become available.
see Publish Over ... for common options for Promotions
- Fixed issue with parameter verification using incorrect check urls
- Fixed issue with bufferSize not being set correctly on ugprade (issue 49010)
Please post questions or comments about this plugin to the Jenkins User mailing list.
To report a bug or request an enhancement to this plugin please create a ticket in JIRA.