Skip to content

Commit

Permalink
Merge pull request #96 from chilianyi/fix-subversion
Browse files Browse the repository at this point in the history
upgrade subversion plugin
  • Loading branch information
chilianyi authored Mar 1, 2023
2 parents 0eb401a + c2ee863 commit b94f0d7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,13 @@ jobs:
--value-set tag=kubespheredev/ks-jenkins:${{ steps.build_env.outputs.version }} \
--value-set platform=linux/amd64
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
uses: aquasecurity/trivy-action@master
env:
TRIVY_OFFLINE_SCAN: true
if: github.event_name == 'pull_request'
with:
image-ref: 'kubespheredev/ks-jenkins:${{ steps.build_env.outputs.version }}'
timeout: 10m
format: 'table'
exit-code: '1'
ignore-unfixed: true
Expand Down
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.3.0-2.319.1 --setup-wizard=false
jcli center start --image kubesphere/ks-jenkins --version v3.4.0-2.319.1 --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.3.0-2.319.1` |
| official | `kubesphere/ks-jenkins:v3.4.0-2.319.1` |
| experimental | `kubespheredev/ks-jenkins:master` |

## Build from source
Expand Down
6 changes: 3 additions & 3 deletions formula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ plugins:
- groupId: org.jenkins-ci.plugins
artifactId: scm-api
source:
version: 2.6.4
version: 608.vfa_f971c5a_a_e9
- groupId: org.jenkins-ci.ui
artifactId: momentjs
source:
Expand Down Expand Up @@ -504,15 +504,15 @@ plugins:
- groupId: org.jenkins-ci.plugins
artifactId: ssh-credentials
source:
version: 1.18.1
version: 277.v95c2fec1c047
- groupId: org.jenkins-ci.plugins
artifactId: structs
source:
version: 308.v852b473a2b8c
- groupId: org.jenkins-ci.plugins
artifactId: subversion
source:
version: 2.13.2
version: 2.16.0
- groupId: org.jenkins-ci.plugins
artifactId: support-core
source:
Expand Down

0 comments on commit b94f0d7

Please sign in to comment.