Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into JENKINS-52306
Browse files Browse the repository at this point in the history
  • Loading branch information
DuMaM authored Nov 5, 2022
2 parents 4de2e58 + 92d9714 commit c2e23bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: crowdin action
if: github.event.repository.fork == false
uses: crowdin/github-action@1.4.16
with:
upload_translations: false
Expand Down
2 changes: 1 addition & 1 deletion casc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG JAVA_VERSION
ARG JENKINS_SITE_NAME

FROM jenkins/jenkins:2.303.1-jdk$JAVA_VERSION
FROM jenkins/jenkins:2.346.1-jdk$JAVA_VERSION

# use the value to set the ENV var default
ENV JENKINS_SITE_NAME=$JENKINS_SITE_NAME
Expand Down
2 changes: 1 addition & 1 deletion casc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock

crowd:
image: blacklabelops/crowd
image: atlassian/crowd:4.4.3-jdk11
container_name: crowd
networks:
- crowd_net
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,10 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.346.x</artifactId>
<version>1500.ve4d05cd32975</version>
<version>1654.vcb_69d035fa_20</version>
<scope>import</scope>
<type>pom</type>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit c2e23bb

Please sign in to comment.