- In the Global Security, I didn't have a TCP port for JNLP agents enabled, which automatically disables the line "Launch agent via Java Web Start"
Manage Jenkins=> Configure Global Security => Enable security => TCP port for JNLP agents Set it to either Fixed (for this option also set the port number) or Random. - Launch Method: An easy way to control a Windows agent is by using Launch agent via Java Web Start (Recommended for Windows)
- can't find "Restrict where this project can be run" in the configure page
1)This is because you have not added any label to your master node
2)This is because you have not yet added any new nodes to your Jenkins set up - exclude those parts that you do not want to be part of the backup (e.g., exclude
jobs/*/builds
) - Where is the ouput of Multi-configuration job
On your job page, you'll see a link called "default" if you have only one node/slave, or the node's name if you have more than one.Click on that link, then click on a build and console output.
-
java -jar jenkins-cli.jar -noCertificateCheck -s https://jenkins.example.com:8443/jenkins/ reload-configuration
Jenkins使用整理
最新推荐文章于 2024-10-30 10:26:55 发布