Top "Slave" questions

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 …

windows jenkins slave
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 …

java docker jenkins slave
I2C slave receiver on stm32f4

I try to implement a i2c slave receiver interrupt service routine on a stm32f4. Here is my smart …

embedded interrupt-handling i2c stm32 slave
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 …

hudson jenkins slave
SSH Key authentication failing when connecting Mac Hudson slave to Linux master

Ok, so I have Hudson (v1.393) running in an Ubuntu VM and everything's working fine. However I'm trying to add …

macos ssh hudson master slave
Hudson/Jenkins $WORKSPACE variable not working on node

So I have a version.txt file in my Source Control. I check it out on master and build, and …

hudson jenkins environment-variables workspace slave
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 …

jenkins jnlp slave
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 …

macos github jenkins slave
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 …

jenkins jenkins-plugins slave
STM32 how to set a slave I2C port

I have an issue with STM32F0 Discovery. I am using I2C1 (like master) to send start condition and …

i2c stm32 slave