Skip to content

Commit

Permalink
Merge pull request #102 from chilianyi/upgrade-2.346.3
Browse files Browse the repository at this point in the history
Add build user var plugin && release v3.5.0
  • Loading branch information
yudong2015 authored Sep 8, 2023
2 parents 7c40171 + e47e48e commit ea8d8ad
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 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 v4.0.0-2.346.3 --setup-wizard=false
jcli center start --image kubesphere/ks-jenkins --version v3.5.0-2.346.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:v4.0.0-2.346.3` |
| official | `kubesphere/ks-jenkins:v3.5.0-2.346.3` |
| experimental | `kubespheredev/ks-jenkins:master` |

## Build from source
Expand Down
4 changes: 4 additions & 0 deletions formula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,10 @@ plugins:
artifactId: favorite
source:
version: 2.3.2
- artifactId: build-user-vars-plugin
groupId: org.jenkins-ci.plugins
source:
version: '1.9'
systemProperties:
{ hudson.security.csrf.DefaultCrumbIssuer.EXCLUDE_SESSION_ID: "true" }
groovyHooks:
Expand Down
12 changes: 6 additions & 6 deletions scripts/diff-plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ def check_deleted(old_plugin_list, new_plugin_list):

check(old_plugins, new_plugins)

print "Add plugins: "
print yaml.dump(add_plugins)
print("Add plugins: ")
print(yaml.dump(add_plugins))

print "\nupdate plugins: "
print yaml.dump(update_plugins)
print("\nupdate plugins: ")
print(yaml.dump(update_plugins))

print "\ndelete plugins: "
print yaml.dump(delete_plugins)
print("\ndelete plugins: ")
print(yaml.dump(delete_plugins))

0 comments on commit ea8d8ad

Please sign in to comment.