How to update URL of theme CSS in jenkins via groovy?

2017-02-01 Thread user_dev
down votefavorite I am trying to use custom css to change jenkins ui and have added the css file in userContent folder and installed https://wiki.jenkins-ci.org/display/JENKINS/Simple+Theme+Plu

Jenkins nested view vs nested folder structure ?

2016-12-29 Thread user_dev
I am trying to understand the use case of having a nested folder structure in Jenkins to manage the different set of jobs. Previously I have been using nested view plugin to achieve that. But with folder structure in place what advantage it brings over nested view and subviews. Please explain.

How to install plugin with jenkins-cli with version?

2016-09-23 Thread user_dev
I am trying to install jenkins plugin with jenkins-cli , it works if java -jar /opt/jenkins/jenkins-cli.jar -s http://localhost:8080 install-plugin git but fails for java -jar /opt/jenkins/jenkins-cli.jar -s http://localhost:8080 install-plugin git 2.53. Reading to the docs it says that jenki

How to get list of all the plugins installed on jenkins server without cli or without logging in ?

2016-08-31 Thread user_dev
Hi , I need to check what are plugins installed on a specific jenkins server. I tried to use cli but it needs jnlp port which I cannot configure as i donot have permission. Is there a way I can find out this information. I checked config.xml but it do not mentions the list of plugins. -- You

How can I set jnlp port from command line?

2016-08-26 Thread user_dev
I am trying to run some jenkins scripts through command line. But it requires me to set jnlp port. How do I set it from command line ? This question shows a way through curl but it does not work inside ansible command https://groups.google.com/forum/#!searchin/jenkinsci-users/set$20jnlp$20port$