Skip to content

Commit

Permalink
Update Jenkins to 1.643
Browse files Browse the repository at this point in the history
  • Loading branch information
hgomez committed Dec 21, 2015
1 parent d7426ed commit 73c8c25
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions rpm-packaging/myjenkins/SPECS/myjenkins.spec
Expand Up @@ -16,13 +16,13 @@
%if 0%{?TOMCAT_REL:1}
%define tomcat_rel %{TOMCAT_REL}
%else
%define tomcat_rel 7.0.65
%define tomcat_rel 7.0.67
%endif

%if 0%{?JENKINS_REL:1}
%define jenkins_rel %{JENKINS_REL}
%else
%define jenkins_rel 1.638
%define jenkins_rel 1.643
%endif

Name: myjenkins
Expand Down Expand Up @@ -372,6 +372,10 @@ fi
%doc %{appdir}/RELEASE-NOTES

%changelog
* Mon Dec 21 2015 henri.gomez@gmail.com 1.643-1
- Jenkins 1.643
- Tomcat 7.0.67

* Fri Nov 13 2015 henri.gomez@gmail.com 1.638-1
- Jenkins 1.638
- Tomcat 7.0.65
Expand Down
10 changes: 5 additions & 5 deletions rpm-packaging/myjenkins/_service
Expand Up @@ -19,21 +19,21 @@
<service name="download_url">
<param name="host">mirrors.jenkins-ci.org</param>
<param name="protocol">http</param>
<param name="path">/war/1.638/jenkins.war</param>
<param name="filename">jenkins-1.638.war</param>
<param name="path">/war/1.643/jenkins.war</param>
<param name="filename">jenkins-1.643.war</param>
</service>

<service name="download_url">
<param name="host">archive.apache.org</param>
<param name="protocol">http</param>
<param name="path">/dist/tomcat/tomcat-7/v7.0.65/bin/extras/catalina-jmx-remote.jar</param>
<param name="filename">catalina-jmx-remote-7.0.65.jar</param>
<param name="path">/dist/tomcat/tomcat-7/v7.0.67/bin/extras/catalina-jmx-remote.jar</param>
<param name="filename">catalina-jmx-remote-7.0.67.jar</param>
</service>

<service name="download_url">
<param name="host">archive.apache.org</param>
<param name="protocol">http</param>
<param name="path">/dist/tomcat/tomcat-7/v7.0.65/bin/apache-tomcat-7.0.65.tar.gz</param>
<param name="path">/dist/tomcat/tomcat-7/v7.0.67/bin/apache-tomcat-7.0.67.tar.gz</param>
</service>

</services>
4 changes: 2 additions & 2 deletions rpm-packaging/myjenkins/build.sh
@@ -1,7 +1,7 @@
#!/bin/sh

JENKINS_VERSION=1.617
TOMCAT_VERSION=7.0.65
JENKINS_VERSION=1.643
TOMCAT_VERSION=7.0.67

if [ $# -gt 1 ]; then
JENKINS_VERSION=$1
Expand Down

0 comments on commit 73c8c25

Please sign in to comment.