Create a Permanent Agent from Groovy Console Bee Bot July 13, 2022 13:15 Updated The content of this article has moved to the new documentation site. Related articles How to Connect to Remote SSH Agents? Pipeline - Build failed due to MissingPropertyException: No such property: env How to access webSockets for Jenkins inbound agents? Why are my credentials being exposed in Blue Ocean view? Selecting support-bundle options Comments 5 comments Sort by Date Votes Arjs Work June 29, 2017 08:37 Uses a method which is deprecated... Is there a newer version or an other groovy method? 0 Stephane Rodrigues Cruz July 15, 2019 18:17 Edited There is an extra 'new' in the ComputerLauncher initialization for SSH Slaves Plugin 1.15 and newer . 0 Denys Digtiar July 18, 2019 07:04 Thank you, Stephane Rodrigues Cruz! We will fix it. 0 Kfir Gollan April 25, 2020 00:55 Which launcher should be used when using the jnlp agent to connect to the master? 0 Allan Burdajewicz May 11, 2020 05:45 Hello Kfir, For JNLP, you should use the JNLPLauncher. 0 Please sign in to leave a comment.
Comments
5 comments
Uses a method which is deprecated... Is there a newer version or an other groovy method?
There is an extra 'new' in the
ComputerLauncher
initialization for SSH Slaves Plugin 1.15 and newer.
Thank you, Stephane Rodrigues Cruz! We will fix it.
Which launcher should be used when using the jnlp agent to connect to the master?
Hello Kfir,
For JNLP, you should use the JNLPLauncher.
Please sign in to leave a comment.