How to update Jenkins config.xml from Java code?

前端 未结 2 1605
执笔经年
执笔经年 2021-01-26 11:37

I am new to Jenkins Plugin development so pardon me if the question is silly. I am currently developing a Jenkins Plugin that provides a very small list of configuration options

2条回答
  •  耶瑟儿~
    2021-01-26 12:08

    You can use the jenkins-client-api project to access Jenkins from java application. It is quite standard and definitely of great help when interacting from Java application to Jenkins. https://github.com/jenkinsci/java-client-api

提交回复
热议问题