Skip to content

Releases: jenkins-zh/jenkins-cli

v0.0.42

26 Feb 05:51
c4a03f2
Compare
Choose a tag to compare

What’s Changed

Thanks again to @LinuxSuRen! 🎉

v0.0.41

08 Feb 01:35
f6e3b54
Compare
Choose a tag to compare

What’s Changed

  • Fix artifact download url construction (#750) @sikmir

Thanks again to @sikmir! 🎉

v0.0.40

11 Aug 08:38
c604484
Compare
Choose a tag to compare

What’s Changed

Thanks again to @LinuxSuRen! 🎉

v0.0.39

05 Aug 07:04
Compare
Choose a tag to compare

What’s Changed

  • Support to print the labels of Jenkins (#701) @LinuxSuRen
  • Support to convert jenkinsfile to be JSON format (#699) @LinuxSuRen
  • Update the readme file automatically (#695) @LinuxSuRen
  • Add new feature to create yaml including jenkins core and plugins and give users a choice to choose (#620) @jxr98
  • Add support conduct an API test of plugins (#624) @jxr98
  • Add new feature to backup jenkins relying on thinBackup plugin (#638) @jxr98

🚀 Features

  • Add a new function to run cwp without exiting a process (#640) @jxr98

👻 Maintenance

Thanks again to @LinuxSuRen, @dependabot, @dependabot[bot] and @jxr98! 🎉

v0.0.38

22 Sep 01:53
a99158f
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Add support to print information about newly upgraded Jenkins (#593) @jxr98
  • Add a new function which creates a job in a folder (#610) @wxharry
  • add -tail to job log (#588) @jxr98

🐛 Bug Fixes

👻 Maintenance

Thanks again to @JohnNiang, @LinuxSuRen, @dependabot, @dependabot[bot], @fossabot, @jxr98, @wxharry, @yJunS and John Niang! 🎉

v0.0.37

13 Apr 06:59
Compare
Choose a tag to compare

What’s Changed

🚀 Features

🐛 Bug Fixes

👻 Maintenance

  • Bump goreleaser/goreleaser-action from v2.4.1 to v2.5.0 (#560) @dependabot
  • Bump github.com/magiconair/properties from 1.8.4 to 1.8.5 (#559) @dependabot

v0.0.36

31 Mar 08:57
0672663
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Select the current Jenkins if the name is empty when update config (#548) @LinuxSuRen
  • Add an option for crumbIssue session id to center start command (#545) @LinuxSuRen
  • Add support update config item token (#547) @LinuxSuRen

🐛 Bug Fixes

👻 Maintenance

v0.0.35

23 Feb 02:05
d81f6ee
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

  • Bump github.com/linuxsuren/http-downloader from 0.0.15 to 0.0.16 (#528) @dependabot

v0.0.34

03 Feb 09:54
9e24796
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

👻 Maintenance

  • Bump github.com/onsi/ginkgo from 1.14.2 to 1.15.0 (#524) @dependabot
  • Bump github.com/linuxsuren/http-downloader from 0.0.10 to 0.0.15 (#526) @dependabot

v0.0.33

29 Jan 13:36
27e9521
Compare
Choose a tag to compare

What’s Changed

In some cases, we might need to add or remove parameters from Pipeline. It's terrible if you need to deal with too many Pipelines manually. You can add parameters via: jcli job param init-job --add '[{"name":"name","value":"my name","desc":"this is a name"}]'

Delete many job build history across different jobs is also very simple. See also: jcli job history init-job -d 1

Sometimes, it's very slow to download jenkins.war. From now, jcli can download it with multiple threads. For example:

# jcli center download -t 8
start to download with 8 threads, size: 67287051, unit: 8410881

Another big feature is that, jcli can start Jenkins in Docker with a single command:

jcli center start -m docker --image kubespheredev/ks-jenkins --version 2.249.1 --c-user root --port 9090 --setup-wizard=false

The star from GitHub is 234, star from Gitee is 251. The download is 11,168.

🚀 Features

👻 Maintenance