胖骁的博客I need to run something arbitrary as simple as python -c "print('hello')" on one of the Jenkins' slaves' Script Console. Here's what I'm trying:def cmd = 'python -c "print(\'hello\')"'def sout = new S...
大章鱼啊没秘密的博客I want to know the whether the build executors in jenkins are idle(either free or any job is running in the master node), by using java-jenkinsAPI. And my requirement is like this.If any executor is ...