Skip to content

Commit

Permalink
Merge pull request #97 from chilianyi/upgrade
Browse files Browse the repository at this point in the history
upgrade jenkins to 2.319.3
  • Loading branch information
chilianyi authored Mar 1, 2023
2 parents b94f0d7 + 6286d37 commit dd1b105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ build-arm:

run:
jcli config gen -i=false > /home/gitpod/.jenkins-cli.yaml
jcli center start --image kubesphere/ks-jenkins --version v3.4.0-2.319.1 --setup-wizard=false
jcli center start --image kubesphere/ks-jenkins --version v3.4.0-2.319.3 --setup-wizard=false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The docker images are below:

| | |
|---|---|
| official | `kubesphere/ks-jenkins:v3.4.0-2.319.1` |
| official | `kubesphere/ks-jenkins:v3.4.0-2.319.3` |
| experimental | `kubespheredev/ks-jenkins:master` |

## Build from source
Expand Down
2 changes: 1 addition & 1 deletion formula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ war:
groupId: org.jenkins-ci.main
artifactId: jenkins-war
source:
version: 2.319.1
version: 2.319.3
plugins:
- groupId: io.jenkins
artifactId: configuration-as-code
Expand Down

0 comments on commit dd1b105

Please sign in to comment.