Re: Perform actual hardware tests using jenkins pipeline and kubernetes

2020-01-19 Thread 'Björn Pedersen' via Jenkins Users
Hi, configure each HW-machine as an agent with appropirate labels and the request these labels in your job. I recommend to use the modern pipeline jobs as there you only need to request all the wanted labels in a node(). Otherwise you probably need the multi-job plugin. Björn Am Montag, 20.

Perform actual hardware tests using jenkins pipeline and kubernetes

2020-01-19 Thread touseef
Can anyone point me in right direction, I have a use case as follow: Kubernetes master running the jenkins and i have n number of physical machine connected with different hardwares,So what i want to achieve is when a specific job is triggered in jenkins to execute a test on hardware , k8's(ku

Re: About Jenkins slowness for version 2.138 in multi branch pipeline project

2020-01-19 Thread Mark Waite
I'm not aware of an open bug in Jenkins related to being slow over NFS, though Jenkins is quite disc intensive and runs best with local disc drives. You might refer to the following articles for more information: - Jenkins pipeline durability settings documentation

Re: How to hide Branches, Changes, Tests views in Jenkins Blue Ocean?

2020-01-19 Thread Mark Waite
There is not any way to disable those views in Blue Ocean as far as I know. On Sun, Jan 19, 2020 at 3:53 PM Torbjörn wrote: > Hi all, > > > Is there any way to disable (i.e. hide) the "Branches", "Pull Requests", > "Changes" and "Tests" views in Jenkins Blue Ocean? > > > In our specific setup an

How to hide Branches, Changes, Tests views in Jenkins Blue Ocean?

2020-01-19 Thread Torbjörn
Hi all, Is there any way to disable (i.e. hide) the "Branches", "Pull Requests", "Changes" and "Tests" views in Jenkins Blue Ocean? In our specific setup and use case of Jenkins with Blue Ocean we will not have any use for these views and it will only confuse our users. Side note: this qu