Questions tagged [slave]

281 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

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…
6
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,132
  • 2
  • 12
  • 25
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
  • 527
  • 2
  • 7
  • 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
  • 381
  • 2
  • 8
6
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>…
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,357
  • 2
  • 17
  • 35
5
votes
1 answer

JNLP Connections are deprecated in Jenkins what is the new recommended way connecting a windows slave to jenkins?

As the Title already states JNLP Connections are Deprecated Jenkins also gives a Message and a Hyperlink to https://en.wikipedia.org/wiki/Java_Web_Start#Deprecation So whats now the recommended way attaching a Windows Slave to Jenkins, there seems…
r4d1um
  • 508
  • 6
  • 29
5
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
  • 894
  • 6
  • 16
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
  • 595
  • 6
  • 8
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
  • 91
  • 10
5
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
  • 127
  • 2
  • 11
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
  • 369
  • 2
  • 4
  • 10
4
votes
2 answers

Mysql : How to synchronize databases after having been offline using replication?

I created a replication between two computers (a laptop I use to add new datas in my db and a server that save everything I do on the laptop) and it works fine. But today, my laptop was online so I was not able to update my server. Result : I…
beluga
  • 173
  • 3
  • 15
4
votes
1 answer

MySQL Replication Simple Master/Slave Replication

I have simple Master/Slave configuration. I have 8GB of RAM on both my production boxes. I was using Master for Writes only and slave for Reads only. But over the weekend I ran one job which was to insert data on master which should be replicated to…
MySQL DBA
  • 5,084
  • 18
  • 48
  • 69
1
2
3
18 19