Questions tagged [jenkins-slave]

Jenkins supports the "Controller/Agent" mode, where the workload of building projects are delegated to multiple "agent" nodes, allowing a single Jenkins installation to host a large number of projects, or to provide different environments needed for builds/tests.

Jenkins supports the "Controller/Agent" mode, where the workload of building projects are delegated to multiple "agent" nodes, allowing a single Jenkins installation to host a large number of projects, or to provide different environments needed for builds/tests.

##More Info

285 questions
0
votes
1 answer

Using jvisualvm to explore JVM running under windows SYSTEM user

This is in the context of Windows Jenkins Slaves. The slave runs under the SYSTEM user, and therefore a maven build is running in a JVM running under the SYSTEM user. When this build is behaving unexpectedly, as in taking ages, it would be useful to…
user1638152
  • 577
  • 11
  • 23
0
votes
1 answer

How to recover from Jenkins server failure using slaves?

I have a Jenkins server that failed due to a kernel panic. Does Jenkins save job configurations on its slave servers? I'm hoping to try to recover from server going down.
Chris Hansen
  • 7,813
  • 15
  • 81
  • 165
0
votes
1 answer

Copy batch files to Jenkins Slaves with Different OS versions

I am running automated tests of our application on different versions of an OS build (Windows 7, Windows 10, etc...). My testing suite requires that I copy files to the Slave computers when there are changes in the tests (external to the build…
Steven Scott
  • 10,234
  • 9
  • 69
  • 117
0
votes
1 answer

Jenkins Role-Based Strategy for agent builds

I have a Jenkins setup with master and slaves, and I'm using the Role Strategy Plugin to manage authorisations for my users. My goal is to allow only specific users to build on specific nodes. I have a dev global role giving overall read permission…
tlacroix
  • 21
  • 2
0
votes
1 answer

How can i execute Jenkins job in 2 slaves

I am having jenkins master and two slaves named slave1 and slave2. I want to execute some shell commands on slave1 and some shell commands on slave2 in the same job. How can i do this...?
fuad
  • 25
  • 6
0
votes
1 answer

'Nant' as not recognized command on Jenkins Mac Slave

I have a Jenkins's master-slave structure setup created having Master on windows server, plus few windows slaves and one Mac-slave. The flow is like this, Jenkins shell script triggers a shell command (sh sample.command) [this is used on both…
dsakpal
  • 1
  • 2
0
votes
2 answers

How to allow jenkins from local machine to run remote python test scripts

I have a jenkins running on my local centos machine. I have configured my local jenkins and was able to run a successful local build . Now, i want to run remote tests which are python scripts on a remote centos machine which is not having jenkins…
cool77
  • 1,086
  • 4
  • 15
  • 31
0
votes
1 answer

Access docker within container on jenkins slave

my question is basically a combination of Access Docker socket within container and Accessing docker host from (jenkins) docker container My goal to run Jenkins fully dockerized including dynamic slaves and being able to create docker-containers…
Georg Heiler
  • 16,916
  • 36
  • 162
  • 292
0
votes
1 answer

I have two jobs in jenkins, first job running on master and second job running on slave. both of which need the same parameter

I created a job( parameter build) which is running on master, In post-build action I am using Trigger parameterized build on other projects option where I am configured job2 which is running on slave machine. And I selected add parameters as current…
sampath
  • 185
  • 4
  • 6
  • 14
0
votes
0 answers

parse error in test cases string: unexpected escaped character

I am trying to run my squish test on slave machine (windows) using jenkins from master machine (windows). When i tried to run test case from squish IDE from slave machine it is working fine. Same when I am trying to run from remote machine (master…
Ankit
  • 43
  • 3
0
votes
1 answer

Jenkins failed to launch the slave agent

I am trying to launch new slave agent but I am seeing the below error. Can you please help in resolving this. - I have copied the keys in both the machines in .ssh/authorized_keys and able to connect manually but failing from jenkins. - All…
peshu
  • 69
  • 1
  • 5
0
votes
1 answer

Not able to create Multiple slave on slave window box in Jenkins

I created a slave on windows machine(abc.ozc.local) from Linux jenkin and it is working fine. Now I am trying to create another slave on same window machine and getting error(abc.ozc.local).This issue is when I am trying to make it as a service it…
unknown
  • 1,815
  • 3
  • 26
  • 51
-1
votes
2 answers

Jenkins Error cloning remote repo 'origin'

I have more than 5 jenkins nodes and all working perfectly. My repository on bitbucket. I recently create a new node and it gives me this error. Started by user David Building remotely on Harry's Node (harryNode) in workspace D:\workspace\Build Of…
Ramitha Silva
  • 130
  • 3
  • 6
  • 18
-1
votes
1 answer

env: node: No such file or directory (using jenkings, windows machine, node and a remote web interface)

Lately I am doing an ios build where I remotely launch a mac slave, using a remote web interface through my IP address. I already tried uninstalling node / npm and reinstalling it, but it still gets the same error after I install cordova. I also…
King Reload
  • 2,780
  • 1
  • 17
  • 42
-2
votes
2 answers

Jenkins Slave Java path on MacOS

Here is my jenkins slave configure Here is the process result Is there anybody can help me to solve it? Thank you very much
1 2 3
18
19