Skip to content

Instantly share code, notes, and snippets.

@rtyler
Last active August 29, 2015 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtyler/9733518 to your computer and use it in GitHub Desktop.
Save rtyler/9733518 to your computer and use it in GitHub Desktop.
This is a demonstration of the Jenkins Plugin Manager (https://github.com/rtyler/jpm) installing multiple plugins at once, and resolving dependencies!
ubuntu@ip-10-226-175-124:~$ sudo jpm install greenballs ansicolor
Loading plugin repository data...
Installing greenballs v1.14 ...
Installing ansicolor v0.3.1 ...
Green Balls v1.14, AnsiColor Plugin v0.3.1 will be loaded on the next restart of Jenkins!
ubuntu@ip-10-226-175-124:~$ sudo jpm install git-client
Loading plugin repository data...
Installing credentials v1.10 ...
Installing ssh-credentials v1.6.1 ...
Installing git-client v1.6.5 ...
Credentials Plugin v1.10, SSH Credentials Plugin v1.6.1, Git Client Plugin v1.6.5 will be loaded on the next restart of Jenkins!
ubuntu@ip-10-226-175-124:~$
ubuntu@ip-10-226-175-124:~$
ubuntu@ip-10-226-175-124:~$
ubuntu@ip-10-226-175-124:~$
ubuntu@ip-10-226-175-124:~$
ubuntu@ip-10-226-175-124:~$
ubuntu@ip-10-226-175-124:~$ sudo jpm install git-client gerrit-trigger
Loading plugin repository data...
Installing credentials v1.10 ...
Installing ssh-credentials v1.6.1 ...
Installing scm-api v0.2 ...
Installing token-macro v1.10 ...
Installing javadoc v1.1 ...
Installing mailer v1.8 ...
Installing maven-plugin v2.1 ...
Installing run-condition v1.0 ...
Installing conditional-buildstep v1.3.3 ...
Installing promoted-builds v2.17 ...
Installing subversion v2.2 ...
Installing parameterized-trigger v2.24 ...
Installing git-client v1.6.5 ...
Installing multiple-scms v0.3 ...
Installing ssh-agent v1.4.1 ...
Installing rebuild v1.21 ...
Installing git v2.0.4 ...
Installing gerrit-trigger v2.11.1 ...
Credentials Plugin v1.10, SSH Credentials Plugin v1.6.1, SCM API Plugin v0.2, Token Macro Plugin v1.10, Javadoc Plugin v1.1, Mailer v1.8, Maven Project Plugin v2.1, Run Condition Plugin v1.0, Conditional BuildStep Plugin v1.3.3, Promoted Builds Plugin v2.17, Subversion Plugin v2.2, Parameterized Trigger Plugin v2.24, Git Client Plugin v1.6.5, Multiple SCMs Plugin v0.3, SSH Agent Plugin v1.4.1, Rebuild Plugin v1.21, Git Plugin v2.0.4, Gerrit Trigger v2.11.1 will be loaded on the next restart of Jenkins!
ubuntu@ip-10-226-175-124:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment