2.46-r0 release

Jenkins 2.46 contains several changes. Notable changes from 2.45 include:
  - Failure to serialize a single Action could cause an entire REST export response to fail. Upgraded to Stapler 1.250 with a fix.
  - Do not fail to write a log file just because something deleted the parent directory.
  - Use extensible BUILD_NOW_TEXT for parameterized jobs.
  - Display an informative message, rather than a Groovy exception, when View#getItems fails.
  - Don't consider a project to be parameterized if no parameters are defined.
  - Don't add all group names as HTTP headers on "access denied" pages.
  - Ensure that PluginManager#dynamicLoad runs as SYSTEM.
  - Add Usage Statistics section to the global configuration to make it easier to find.
  - Allow groovy CLI command via SSH CLI.
This commit is contained in:
Bitnami Bot
2017-02-15 19:48:56 +00:00
parent 63dc3133c6
commit e779f5ac3a

View File

@@ -3,7 +3,7 @@ FROM gcr.io/stacksmith-images/minideb:jessie-r9
MAINTAINER Bitnami <containers@bitnami.com>
ENV BITNAMI_APP_NAME=jenkins \
BITNAMI_IMAGE_VERSION=2.45-r1 \
BITNAMI_IMAGE_VERSION=2.46-r0 \
PATH=/opt/bitnami/tomcat/bin:/opt/bitnami/git/bin:/opt/bitnami/java/bin:$PATH
# Additional modules required
@@ -12,7 +12,7 @@ RUN bitnami-pkg install tomcat-8.0.41-0 --checksum 47b6afb2f4f32ea573264f7b9947d
RUN bitnami-pkg install git-2.10.1-1 --checksum 454e9eb6fb781c8d492f9937439dcdfc1a931959d948d4c70e79716d2ea51a2b
# Install jenkins
RUN bitnami-pkg unpack jenkins-2.45-1 --checksum d1621d623f9876661afc24ca16eac1575bfd93a2e0d6d060350e04774be3ee3b
RUN bitnami-pkg unpack jenkins-2.46-0 --checksum 070650502ad0f0efa0628337f6d44e13663d8c5926583e0c45986426aad0842a
COPY rootfs /