Re: How do I configure a Jenkins build to push a file to a specific server on the network?

2016-02-01 Thread Eric Pyle
If I understand the question, you check "Restrict where this project can 
be run" in the job configuration to control where to run the job, 
assuming that the machine where you want to run it is a Jenkins slave.


Eric

On 2/1/2016 7:25 AM, Kiran wrote:
I have those installed.  I click "New Item."  I have some options.  
Where in the "New Item" options do I configure the machine (e.g., DNS 
name)?


On Sunday, January 31, 2016 at 12:16:25 PM UTC-5, Victor Martinez wrote:

You can use the below plugins:
-
https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+SSH+Plugin 

- https://wiki.jenkins-ci.org/display/JENKINS/SSH+plugin


Then you can configure your job to run certain scripts among
different machines.

I hope it helps

On Saturday, 30 January 2016 03:48:08 UTC, Kiran wrote:

I have Jenkins installed on a Linux server. It can run builds
on itself. I want to create either a Freestyle Project or an
External Job that transfers a bash script and runs it on two
separate linux servers. Where in the GUI do I configure the
destination server when I create a build? I have added "nodes"
in the GUI. I can see the free space of the servers in the
Jenkins GUI, so I know the credentials work. But when I create
a build, I see no field that would tell Jenkins to push the
bash scripts and run them on certain servers.

--
You received this message because you are subscribed to the Google 
Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to jenkinsci-users+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/11cb70d5-813d-4006-8660-c52b03de12b3%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/56AF6287.6050505%40cd-adapco.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do I configure a Jenkins build to push a file to a specific server on the network?

2016-02-01 Thread Victor Martinez
Probably in your global settings http://YOUR_JENKINS_URL/configure

On Monday, 1 February 2016 12:25:41 UTC, Kiran wrote:
>
> I have those installed.  I click "New Item."  I have some options.  Where 
> in the "New Item" options do I configure the machine (e.g., DNS name)?
>
> On Sunday, January 31, 2016 at 12:16:25 PM UTC-5, Victor Martinez wrote:
>>
>> You can use the below plugins:
>> - https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+SSH+Plugin
>> - https://wiki.jenkins-ci.org/display/JENKINS/SSH+plugin
>>
>> Then you can configure your job to run certain scripts among different 
>> machines.
>>
>> I hope it helps
>>
>> On Saturday, 30 January 2016 03:48:08 UTC, Kiran wrote:
>>>
>>> I have Jenkins installed on a Linux server. It can run builds on itself. 
>>> I want to create either a Freestyle Project or an External Job that 
>>> transfers a bash script and runs it on two separate linux servers. Where in 
>>> the GUI do I configure the destination server when I create a build? I have 
>>> added "nodes" in the GUI. I can see the free space of the servers in the 
>>> Jenkins GUI, so I know the credentials work. But when I create a build, I 
>>> see no field that would tell Jenkins to push the bash scripts and run them 
>>> on certain servers.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2a2be699-0a1b-4005-96b0-f79e6d0ac34b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do I configure a Jenkins build to push a file to a specific server on the network?

2016-02-01 Thread Kiran
I have those installed.  I click "New Item."  I have some options.  Where 
in the "New Item" options do I configure the machine (e.g., DNS name)?

On Sunday, January 31, 2016 at 12:16:25 PM UTC-5, Victor Martinez wrote:
>
> You can use the below plugins:
> - https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+SSH+Plugin
> - https://wiki.jenkins-ci.org/display/JENKINS/SSH+plugin
>
> Then you can configure your job to run certain scripts among different 
> machines.
>
> I hope it helps
>
> On Saturday, 30 January 2016 03:48:08 UTC, Kiran wrote:
>>
>> I have Jenkins installed on a Linux server. It can run builds on itself. 
>> I want to create either a Freestyle Project or an External Job that 
>> transfers a bash script and runs it on two separate linux servers. Where in 
>> the GUI do I configure the destination server when I create a build? I have 
>> added "nodes" in the GUI. I can see the free space of the servers in the 
>> Jenkins GUI, so I know the credentials work. But when I create a build, I 
>> see no field that would tell Jenkins to push the bash scripts and run them 
>> on certain servers.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/11cb70d5-813d-4006-8660-c52b03de12b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do I configure a Jenkins build to push a file to a specific server on the network?

2016-01-31 Thread Victor Martinez
You can use the below plugins:
- https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+SSH+Plugin
- https://wiki.jenkins-ci.org/display/JENKINS/SSH+plugin

Then you can configure your job to run certain scripts among different 
machines.

I hope it helps

On Saturday, 30 January 2016 03:48:08 UTC, Kiran wrote:
>
> I have Jenkins installed on a Linux server. It can run builds on itself. I 
> want to create either a Freestyle Project or an External Job that transfers 
> a bash script and runs it on two separate linux servers. Where in the GUI 
> do I configure the destination server when I create a build? I have added 
> "nodes" in the GUI. I can see the free space of the servers in the Jenkins 
> GUI, so I know the credentials work. But when I create a build, I see no 
> field that would tell Jenkins to push the bash scripts and run them on 
> certain servers.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9f5ba1a8-604d-40b1-8069-e13a094fc836%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How do I configure a Jenkins build to push a file to a specific server on the network?

2016-01-29 Thread Kiran
I have Jenkins installed on a Linux server. It can run builds on itself. I 
want to create either a Freestyle Project or an External Job that transfers 
a bash script and runs it on two separate linux servers. Where in the GUI 
do I configure the destination server when I create a build? I have added 
"nodes" in the GUI. I can see the free space of the servers in the Jenkins 
GUI, so I know the credentials work. But when I create a build, I see no 
field that would tell Jenkins to push the bash scripts and run them on 
certain servers.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7c07ea0c-8993-4edf-bf95-e2187fe01dd5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.