Questions tagged [slave]
209 questions
7
votes
1 answer
Jenkins Slave 403 although Anonymous Slave connect has been enabled
We are using a Jenkins Master and Slave (both Linux) type setup. Recently upgraded to LTS version and for some reason Slaves connects to Master only when Anonymous is given Admin privileges.
I have read the posts about providing Anonymous slave…

user3808247
- 71
- 1
- 3
7
votes
2 answers
Erlang: Cannot start slave - {error,timeout}
I'm currently trying to set up a distributed Tsung load testing
environment which uses the Erlang slave functionality, however I have
been unsuccessful in getting the controller node to start a slave
node. E.g.
(musicglue@load1)1>…

Tom Maguire
- 71
- 5
6
votes
1 answer
Error cloning remote repo 'origin' in jenkins windows slave
The question is asked already. I have seen there answers but none of them is working for me. I have changed the global configuration settings and set the git path of the slave machine. Plus I added git path in the node settings under node properties…

Muhammad Ibrahim
- 507
- 9
- 19
6
votes
1 answer
Local Jenkins server does not have slave.jar or slave-agent.jnlp - Impossible to create slave/build node
I have a local Jenkins server that I've set up and created jobs for. I am trying to register new slave/build machines, but Jenkins refuses to offer a slave.jar or slave-agent.jnlp
These files simply don't exist. Permissions are currently set to be…

Asyranok
- 950
- 1
- 7
- 17
6
votes
3 answers
List all jobs, which were running on a specific slave node
On our Jenkins master a Multi-configuration project is used to spread a highly parallel task on many slaves which actually do the work.
Now I would like to list all jobs, which were running on a specific slave node. Is there a way to achieve this? I…

Flow Rei Ser
- 131
- 1
- 2
- 7
6
votes
2 answers
Connection Jenkins slave to master aborted : Ping response time is too long or timed out
I am trying to establish a connection between Jenkins master (Linux Debian) and a slave (Windows 7). However, the connection is rapidly aborted with the following message:
Ping response time is too long or timed out.
I can't find a solution to this…

Basma
- 137
- 3
- 13
6
votes
6 answers
How to run jenkins slave on windows 2012 r2 x64?
We want to use jenkins to build some specific software on Windows 2012 R2 x64.
But when I trying to run it, master node fails whis this error:
Connecting to 192.168.1.27
Checking if Java exists
C:\Program Files\Java\jdk1.6.0_30\bin\java.exe…

Psychozoic
- 607
- 4
- 9
- 24
6
votes
1 answer
Erlang's slave module: code and IO distribution
We use Erlang with the slave module in an application that is spawning slave nodes on different machines that report to and are coordinated by a master node on another machine. The slave nodes are opening ports on their machines and running some…

exterm
- 389
- 3
- 9
5
votes
2 answers
I2C slave receiver on stm32f4
I try to implement a i2c slave receiver interrupt service routine on a stm32f4.
Here is my smart piece of code.
void I2C2_EV_IRQHandler()
{
switch (I2C_GetLastEvent(I2C2))
{
//The address sent by the master matches the own address of…

Jonny Schubert
- 1,393
- 2
- 18
- 39
5
votes
1 answer
jenkins kubernetes jenkins slave node is offline
root@k8s:/opt/k8s/kubernetes/cluster/ubuntu/binaries# ./kubectl logs jnlp-slave-1c45182a61
Aug 16, 2016 6:56:38 AM hudson.remoting.jnlp.Main createEngine
INFO: Setting up slave: jnlp-slave-1c45182a61
Aug 16, 2016 6:56:38 AM…

rhinoceros.xn
- 803
- 9
- 12
5
votes
2 answers
Automating TestStack.White UI Testing in Windows Slave using Jenkins
First of all, I apologize if I am wasting your time, because it looks like a simple step which I am not able to figure out even after some research.
Ok, here is what I am trying to achieve, I have written some UI tests using TestStack.White, I…

Venkat Rao
- 121
- 2
- 13
5
votes
3 answers
Jenkins slave cannot install jdk
I'm trying to run some basic batch command from a Jenkins job on a Windows slave, but it seems that Jenkins can not install jdk.
Since it says CreateProcess error=740, The requested operation requires elevation I tried running the slave being logged…

Toon
- 51
- 1
- 4
5
votes
1 answer
Jenkins always chooses a slave by alphabetical order
I have 3 Jenkins slaves (=nodes) with the same label (let's call them S1,S2,S3.) When I run a job that uses this label and has 3 concurrent builds, all slaves are used. When I have only one build, Jenkins always chooses the same slave (say S1),…

Amir Katz
- 643
- 2
- 10
- 23
5
votes
1 answer
How java arguments can be passed to a specific slave in Jenkins?
In Jenkins 1580.3 the slave is being launched via execution of a command on the master node like this:
ssh jenkins@host "/path/to/java -jar /path/to/slave.jar"
What I need to do is set the max heap size to a different value and enable verbose GC…

Zloj
- 2,235
- 2
- 18
- 28
4
votes
1 answer
replicate-do-table unable to start slave mysql
I have problems starting slave server when I add replicate-do-table. Current config that works:
server-id=2
master-host=10.100.27.99
master-user=slejv
master-password=
master-connect-retry=60
replicate-do-db=piksearch
Config that doesn't…

sabansaulic
- 459
- 2
- 5
- 10