How to install plugin with jenkins-cli with version?
591 views
Skip to first unread message
user_dev
unread,
Sep 23, 2016, 10:31:05 AM9/23/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
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 jenkins-cli only expects shortname
How to do that ?
Daniel Beck
unread,
Sep 23, 2016, 11:15:29 AM9/23/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Specify a URL or local path to a file.
The update site doesn't have metadata for arbitrary versions, so you need to provide enough information.