Questions tagged [slave]

209 questions
4
votes
1 answer

Jenkins agent without Docker

I'd like to set up Jenkins agent on machine with Windows Serwer 2012 RC2. How I read, this Windows didn't support Docker. Can I create agent without Docker? How it worked before Docker? Do You have any ideas? :) Does the virtual machine on Windows…
Tommy
  • 63
  • 4
4
votes
1 answer

jenkins docker slave image won't launch

Not used jenkins very much, but working with a docker slave job. I set up a docker cloud, and I deployed an image to it. When I kick off the jenkins job the image is pulled, and then I see this error. It appears that it's a fault of trying to…
jgauthier
  • 422
  • 3
  • 14
4
votes
3 answers

Hudson slaves, how to access workspace

Howto configure system to have one master and multiple slaves where building normal c-code with gmake? How slaves can access workspace from master? I guess NFS share is way to go, but if that's not possible any other…
Katve
  • 328
  • 2
  • 9
4
votes
1 answer

Connected via JNLP agent message and unable to launch jnlp

I am following the steps here and configured a node with the option launch slave agents via web start. When I save on the master it asks me to launch the agent from browser or a slave as expected.…
sumant
  • 127
  • 1
  • 3
  • 11
4
votes
2 answers

Raspberry ALSA sound output / input slave

I'm trying to set one device for playback and another one for capture, my nano /etc/asound.conf has this: pcm.!default { type asym playback.pcm "plughw:1,1" capture.pcm "plughw:1,0" } ctl.!default { type hw …
c4b4d4
  • 964
  • 12
  • 32
4
votes
3 answers

MySQL slave I/O thread not running

I have set up replication for MySQL server. I can connect from the slave machine to the master server using the replication user/password. I have got the slave SQL thread running, but the slave I/O thread is not running and the slave I/O status…
Champ
  • 1,291
  • 4
  • 16
  • 32
4
votes
1 answer

how to relaunch building application after jenkins slave agent was rebooted

we have jenkins project. use case: jenkins triggers the build slave agent builds application server with slave agent goes to reboot (for any reason, for example, problem with electricity, somebody rebooted it, resource shortage and so on) after…
OJ287
  • 734
  • 1
  • 7
  • 15
3
votes
2 answers

Arduino ESP32 I2C can I set custom pins for SLAVE (Client)

tl;dr can someone tell me if it is possible to set custom pins for an I2C slave (client, peripheral) within the Arduino environment? Context On an ESP32 (ESP32-WROVER from Freenove) I am trying to communicate with 2 devices that are I2C masters…
3
votes
1 answer

Getting invokation line number when using aliases

I have a proc MYPROC which is called from slave interpreter (with name MYPRO) using alias and unknown mechanisms. #include #include int main() { Tcl_Interp* interp0 = Tcl_CreateInterp(); Tcl_Interp* interp1 =…
ArmanHunanyan
  • 905
  • 3
  • 11
  • 24
3
votes
1 answer

Dockerizing Jenkins builds - slaves as containers or builds as containers?

I'm tyring to figure out the best strategy for containerizing builds in a Jenkins CI/CD infrastructure using Docker. From what I see I have 2 options: (1) Use ephemeral slaves that get provisioned on-demand on Docker hosts using the Docker Plugin:…
Boon
  • 1,073
  • 1
  • 16
  • 42
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
  • 16,482
  • 43
  • 166
  • 258
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
  • 2,315
  • 8
  • 40
  • 63
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
  • 22,602
  • 44
  • 128
  • 244
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
  • 6,308
  • 8
  • 46
  • 57
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
  • 6,303
  • 6
  • 44
  • 75
1 2
3
13 14