[jenkins-credentials-plugin] This is a core plugin, move it to the correct location

Michal Srb msrb at fedoraproject.org
Tue Oct 14 07:57:45 UTC 2014


commit 3f80ad45dc4abfe12efcd102a66b0922ac64f61b
Author: Michal Srb <msrb at redhat.com>
Date:   Mon Oct 13 10:04:18 2014 +0200

    This is a core plugin, move it to the correct location

 jenkins-credentials-plugin.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jenkins-credentials-plugin.spec b/jenkins-credentials-plugin.spec
index ace31c9..19f448a 100644
--- a/jenkins-credentials-plugin.spec
+++ b/jenkins-credentials-plugin.spec
@@ -1,10 +1,10 @@
 %global mod_name credentials-plugin
 %global short_name credentials
-%global plugin_home %{_datadir}/jenkins/plugins/%{short_name}
+%global plugin_home %{_datadir}/jenkins/webroot/WEB-INF/plugins/%{short_name}.jpi
 
 Name:           jenkins-credentials-plugin
 Version:        1.10
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Jenkins Credentials Plugin
 
 License:        MIT
@@ -65,6 +65,9 @@ sed -i 's|%{plugin_home}/WEB-INF/lib/%{short_name}.jar||' .mfiles
 %doc LICENSE.txt
 
 %changelog
+* Mon Oct 13 2014 Michal Srb <msrb at redhat.com> - 1.10-5
+- This is a core plugin, move it to the correct location
+
 * Fri Oct 03 2014 Michal Srb <msrb at redhat.com> - 1.10-4
 - Install as Jenkins plugin
 


More information about the scm-commits mailing list