Is it possible to fix the TCP port for JNLP slave agents from command line?
I'm trying to automated the installation and configuration of Jenkins, in a Docker container, via Ansible and am trying to use the Jenkins CLI to install the job-dsl plugin.
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/a557f1b1-3810-4651-bfdc-c07c4e02028e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,this can be configured under Manage Jenkins > Configure global security.Vincent
Can it be done via the CLI or with curl as a POST request?