Add plugins dependence package
authorxuchangx <changx.xu@intel.com>
Tue, 21 Oct 2014 03:33:12 +0000 (11:33 +0800)
committerxuchangx <changx.xu@intel.com>
Tue, 21 Oct 2014 06:31:35 +0000 (14:31 +0800)
commita8ddb6ac2f960c78f4c8b36189a21abc81d001ec
treeba29bc4695398bb57f057366d0fa827709ec0dbd
parent3019778d02e52e7769086ec0439a00a4eb032888
Add plugins dependence package

The gerrit-trigger plugin is not loaded when install jenkins-plugins because
the lastest version jenkins need to depend on ssh-agent.jpi.

The build-timeout plugin is not loaded when install jenkins-plugins because
the lastest version jenkins need to depend on token-macro.jpi.

The old version jenkins can install these dependence packages,the new does
not.so need to add the files into the jenkins-plugins.

Fixes: #2177
Change-Id: I703dc179609326945499b1cf94768240d24f88f6
packaging/jenkins-plugins.spec
plugins/ssh-agent.jpi [new file with mode: 0644]
plugins/token-macro.jpi [new file with mode: 0644]