Questions tagged [slave]

209 questions
45
votes
3 answers

Jenkins Slave port number for firewall

We use Jenkins 1.504 on Windows. We need to have Master and Slave in different sub-networks with firewall in between. We can't have ANY to ANY port firewall rules, we must specify exact port numbers. I know the port Master is listening on. I also…
Ivan
  • 9,089
  • 4
  • 61
  • 74
25
votes
8 answers

Jenkins Error cloning remote repo 'origin', slave node

I need some help here, It's been a week I'm with this problem, can't figure out what's going on. I'm not able to clone a git repo from a slave node (Jenkins). I added the ssh key, host and slave (I've already tried generating a single key and one…
Nicolas Amabile
  • 251
  • 1
  • 3
  • 5
18
votes
2 answers

Jenkins build slave appears offline but slave service is up and Running

I am having trouble that Jenkins home page shows the Build slave is offline. But when I actually log in to build slave server, the slave service is up and running. I am using Windows 2003 OS for all my Build slaves and Master server. The only way…
user3164236
  • 191
  • 1
  • 1
  • 4
17
votes
1 answer

Maximum number of peripherals on CoreBluetooth?

I am interested in working with BLE proximity sensor on iOS and have been looking up for a few answers to my query but could not find any solid ones. 1) Is there a maximum number of BLE slaves the CoreBluetooth can handle? 2) Will the slaves…
Cheng
  • 279
  • 3
  • 13
13
votes
2 answers

Reconfigure and reboot a Hudson/Jenkins slave as part of a build

I have a Jenkins (Hudson) server setup that runs tests on a variety of slave machines. What I want to do is reconfigure the slave (using remote APIs), reboot the slave so that he changes take effect, then continue with the rest of the test. There…
Jason Swager
  • 6,421
  • 6
  • 41
  • 56
12
votes
2 answers

Set environment variable before executing maven (In a jenkins build)

I am setting up a jenkins slave on a machine that is supposed to build a maven project containing some native C code. The machine itself however, is proving to be a problem. The machine is hosting a fairly old program, that uses a lot of environment…
Martin Nielsen
  • 1,865
  • 6
  • 30
  • 54
12
votes
2 answers

How to configure Jenkins to send a notification email when a Slave goes offline?

How to configure Jenkins to send a notification email when a Slave goes offline? I have a Windows Server in the Cloud. In there is a Jenkins Slave running that runs a nightly build, but sometimes the Slave goes offline and I need to know when it…
11
votes
1 answer

Jenkins - Unable to git clone from slave node. SSH keys

I have just set up my first Jenkins slave. I run the build, and I hit problems with the SSH keys. The master Jenkins server is running under the user 'jenkins'. I have set up the SSH keys such that I can SSH from the master to the slave without a…
nonshatter
  • 3,347
  • 6
  • 23
  • 27
9
votes
3 answers

Which settings.xml is used by jenkins slave?

I have a Jenkins master (running on a small Linux box) and a Jenkins slave (running on a "correct" XP machine). I have configured both for all jibs to be run on the Windows XP slave. Unfortunatly, each time a build is run on that slave, the build…
Riduidel
  • 22,052
  • 14
  • 85
  • 185
9
votes
3 answers

List of Slaves connected to master - Hudson

Is there a way to find it programatically? I need this as part of an automated run; So this would be very helpful if there is an existing remote API call which can give this.
vpram86
  • 5,860
  • 4
  • 28
  • 40
8
votes
2 answers

Jenkins slave job fails after successful job

I have 2 jenkins servers because my 2 builds have some incompatible system requirements. I setup a new node for one of the servers and migrated the jobs from the other server and set them up to run on the node. The node runs the job just fine and…
Douglas Ferguson
  • 1,242
  • 2
  • 14
  • 25
8
votes
2 answers

Passing System Env variable into Jenkins Slave

This is starting to drive me crazy .. but it seems like I am out of luck to figure it out by myself :/ I need to set up a mechanism to share string value between two slaves, for example, named slave A and slave B. Currently most closest one I have…
7
votes
2 answers

Configure Redis slave to stop saving data to file

Can I configure Redis slave to stop saving dumps? I have omitted all save instructions in config file but slave is still doing dumps.
Sebastian Sito
  • 163
  • 3
  • 10
7
votes
2 answers

How to install multiple openjdk versions on alpine-based docker container

I wish to install jdk7 and jdk8 on an alpine container side by side. I would like to pick jdk7 only if an env variable is set. I've chained FROM openjdk:7-alpine and FROM openjdk:8-alpine, but regardless of their relative order, the latter one…
Ankur Sawhney
  • 91
  • 1
  • 2
  • 5
7
votes
2 answers

Use SSH Key from Jenkins Git Plugin to Run Git Commands During Build

Our build job on Jenkins runs as part of a release build some git commands like git push and git pull, therefore requires a way to run authenticated git commands from the shell during the build. Our jenkins slaves don't hold any credentials as they…
Elmar Weber
  • 2,683
  • 28
  • 28
1
2 3
13 14