Jenkins使用整理

  1. 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.
  2. Launch Method: An easy way to control a Windows agent is by using Launch agent via Java Web Start (Recommended for Windows)
  3. 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
  4. exclude those parts that you do not want to be part of the backup (e.g., exclude jobs/*/builds)
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章