Questions tagged [slave]

281 questions
3
votes
2 answers

Jenkins Swarm plugin - Slave name with RANDOM alphanumeric value

I'm using Jenkins (1.573) and Swarm plugin (2.0): https://wiki.jenkins-ci.org/display/JENKINS/Swarm+Plugin. Downloaded the jar from http://maven.jenkins-ci.org/content/repositories/releases/org/jenkins-ci/plugins/swarm-client/2.0/ I have already…
AKS
  • 14,113
  • 34
  • 144
  • 227
3
votes
2 answers

How to setup Jenkins Slave permission

https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin. I have this plugin install to control the access to job folders, all works well. Now I don't know how to configure the Slave Roles, can't find any document on that. The requirement…
Jirong Hu
  • 1,957
  • 6
  • 31
  • 57
3
votes
1 answer

How do I automate Jenkins SSH credentials creation/assigning to nodes?

I am writing an automated Jenkins machine creation script, and I have encountered a problem with SSH credentials, namely: In Jenkins there is a file called credentials.xml (in /var/lib/jenkins) which stored credentials for the nodes. Mine looks like…
Patryk
  • 18,244
  • 37
  • 110
  • 212
3
votes
2 answers

Jenkins: running build does not provision docker slave

I'm running Jenkins 1.609.1 with docker-plugin 0.10.0 to provision jenkins docker slave. Docker is 1.0.1 running on Ubuntu 14.04. I've created a customized docker images based on evarga/jenkins-slave per instruction on…
mark
  • 5,745
  • 7
  • 42
  • 56
3
votes
0 answers

Mysql SQL_DELAY not working

I'm attempting to have a MYSQL slave delay behind master for approximately 10 minutes. This is so I can revert a potentially catastrophic query before it propagates to my slaving machines. When running the following: show slave status \G I can se…
tier1
  • 5,797
  • 6
  • 41
  • 69
3
votes
0 answers

Android Bluetooth Multiple Master/Slave connections

I need a confirmation on how Android Bluetooth Master/Slave connections work. As I understand a Master can serve up to 7 Slaves as long as they are on different UUIDs? Can a Slave be client to multiple Masters if the Masters have different UUIDs or…
3
votes
1 answer

Disable/deactivate the Junit tenant in hybris

Is it possible to deactivate a slave tenant in hybris? I see that during start-up, my server spends a lot of time loading contexts for the Junit tenant, so I wanted to deactivate it to see if the server would start up faster.
Henrique Ordine
  • 3,107
  • 3
  • 35
  • 69
3
votes
4 answers

Jenkins/Github Error cloning remote repo 'origin' : Could not clone

I need some help with an authentication issue I have encountered with Github/Jenkins. Setup is as follows: Jenkins master is on windows Slave is running on OSX Jenkins can communicate fine with the slave When trying to pull from our private git…
user2732625
  • 39
  • 1
  • 1
  • 2
3
votes
1 answer

Redis DB Master Slave set up

I have installed Redis for my nodeJS application and configured it to be a slave for another instance of Redis DB running on a different server. Can I have the same instance (different DB) of Redis (running as slave) act as Master for locally…
Ayaz Pasha
  • 955
  • 5
  • 12
  • 27
3
votes
1 answer

How does the jobs/instructions from master to the slave is being trasmited in Jenkins ?

I am trying to understand the excat mean of communciation between master and slave in jenkins. How does the jobs/instructions from master to the slave is being trasmitted ? I am aware that a TCP/IP bi-deirectional link is established. Is there any…
moe312
  • 143
  • 1
  • 3
  • 6
3
votes
5 answers

Get current playing file in MPlayer slave mode

Problem: I can't find any way to reliably get the current playing file in an MPlayer playlist. Here is how far I have gotten. This working ash script monitors a text file with the path to the current playlist. When I update the file, the script…
fodder
  • 181
  • 3
  • 10
3
votes
2 answers

I have an issue running a jenkins job in slave using maven (Maven home doesn´t exist)

I am experiencing an issue running Jenkins job using slaves. The job is a Maven job, that updates code from svn and then build and run tests, this project runs well in both master and slave as an standalone project. The issue is when Master launch…
3
votes
4 answers

MySQL Master-Slave-Slave Configuration

Quick questions about MySQL Master-Slave-Slave set-ups: I currently have a Master-Slave set up right now and I would like to add another slave. Would it be possible to clone the server running the slave, and then spin up a new server with the image…
gregavola
  • 2,289
  • 4
  • 29
  • 44
3
votes
1 answer

jenkins slave on server with custom port

I've installed jenkins on suse 12.1 and changed the port in the config to 8081 /etc/sysconfig/jenkins JENKINS_PORT="8081" The webinterface works without any problem on this port, but when I want to start the client with JNLP he gives me the…
wutzebaer
  • 12,445
  • 18
  • 77
  • 144
2
votes
2 answers

Automatic tests using multiple slaves in Hudson

I am considering using Hudson as a dashboard for the automatic tests that are run for each build in our team. Some of the tests require that more than one computer to work in sync with each other (e.g. one sending a signal, the other one processing…
mpaf
  • 5,493
  • 4
  • 34
  • 38