jenkins-cli

Jenkins CLI allows you to manage your Jenkins in an easy way. Jenkins 命令行客户端

MIT License

Stars
389
Committers
25

Bot releases are visible (Hide)

jenkins-cli - v0.0.22 🌈

Published by LinuxSuRen almost 5 years ago

What’s Changed

🚀 Features

  • Add language setting with the API request (#183 ) @yJunS
  • Add support to create a job by copy mode (#205) @LinuxSuRen

📝 Documentation updates

  • Add documentation for JetBrains open source license (#209) @LinuxSuRen
  • Fixes and additions to the README text to improve UX. (#210) @scottydocs
  • Add documentation for scoop (#208) @LinuxSuRen
  • Add badge for godoc (#201) @LinuxSuRen
  • Fixes and additions to the README text to improve UX (#210) @scottydocs

👻 Maintenance

  • Add pull request template (#212) @LinuxSuRen
  • Add dependencies as a label (#203) @LinuxSuRen
  • Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.4 (#202) @dependabot-preview
jenkins-cli - v0.0.21 🌈

Published by LinuxSuRen about 5 years ago

What’s Changed

🚀 Features

  • Add a command to generate the whole documents for jcli (#174) @LinuxSuRen
  • Add support to input pipeline job (#164) @LinuxSuRen
  • Add support to download artifacts (#185) @LinuxSuRen

🐛 Bug Fixes

  • Add permission information for request (#187) @yJunS
  • Fix issue where version was not printed even though -v flag was passed (#186) @zirmax

📝 Documentation updates

  • Add language links into readmefile (#194) @LinuxSuRen

👻 Maintenance

  • Remove the unnecessary code lines (#178) @LinuxSuRen
  • Add test cases for job client (#190) @LinuxSuRen
  • Add git ignore files for idea (#199) @LinuxSuRen
  • Add jcli completion description (#188) @LinuxSuRen
  • Bind build status with quality gate result (#184) @LinuxSuRen
  • Add test cases for jenkins user client (#180) @LinuxSuRen
  • Add git backup actions (#173) @LinuxSuRen
  • Add two badges which are all releases and code size (#168) @LinuxSuRen
jenkins-cli - v0.0.20 🌈

Published by LinuxSuRen about 5 years ago

What’s Changed

  • Contributing guidelines: REST API information links and spelling fixes (#165) @oleg-nenashev
  • Add contribution guide (#162) @LinuxSuRen
  • Change the job edit api url (#148) @LinuxSuRen
  • Add test cases for part of main logics (#133) @LinuxSuRen

🚀 Features

  • Show the version of plugins when searching (#156) @yJunS
  • Add single name as a output format (#163) @LinuxSuRen
  • Add bash completion for jcli (#161) @LinuxSuRen
  • Add support to upgrade a plugin by command (#144) @LinuxSuRen
  • Add support to cancel a job from the queue (#145) @LinuxSuRen
  • Add support to search all jobs (#143) @LinuxSuRen
  • Add support to finish the watch by conditions (#141) @LinuxSuRen
  • Add post command hook (#140) @LinuxSuRen
  • Add support to output installed plugins as json format (#137) @LinuxSuRen
  • Add support to download Jenkins (#129) @LinuxSuRen

🐛 Bug Fixes

  • Try to fix the travis pr id (#146) @LinuxSuRen
  • Fix the issue that cannot uninstall pluing (#139) @LinuxSuRen

👻 Maintenance

  • Add sonar code coverage report paths config item (#158) @LinuxSuRen
  • Set the exit code for golint (#157) @LinuxSuRen
  • Add code covrage badege for sonar scan result (#154) @LinuxSuRen
  • Add go vet and golint (#152) @LinuxSuRen
  • Add more shield badages (#150) @LinuxSuRen
  • Add user-agent into http request (#149) @LinuxSuRen
jenkins-cli - v0.0.19 🌈

Published by LinuxSuRen about 5 years ago

What’s Changed

  • Add document to describe how to manage the plugins (#99) @LinuxSuRen

🚀 Features

  • Add support to define a suite of plugins (#124) @LinuxSuRen
  • Add support to upgrade Jenkins (#123) @LinuxSuRen
  • Add a global Jenkins name option (#116) @LinuxSuRen
  • Add support for cmd pre hook (#117) @LinuxSuRen
  • Add support to add description for the jcli config item (#101) @yJunS

🐛 Bug Fixes

  • Fix mess up the table output when words are not English (#120) @yJunS
  • Fix the error when install a plugin (#114) @LinuxSuRen
  • Fix search plugin result inaccurate (#109) @yJunS
  • Fix certificate issue when downing plugins (#111) @yJunS
  • Fix download plugin failure (#110) @yJunS
  • fix remove a config (#102) @yJunS

👻 Maintenance

  • Add more testcases (#128) @LinuxSuRen
  • Add travis and sonar project property file (#127) @LinuxSuRen
  • Use shared-library to super container dsl (#125) @LinuxSuRen
  • Add support to copy binary file to system path (#122) @LinuxSuRen
  • Update issue template (#108) @yJunS
  • Add test cases for password util (#113) @LinuxSuRen
  • Add Jenkinsfile with build stage (#112) @LinuxSuRen
  • fix sonar check unused parameters (#107) @yJunS
  • Add nest comment for a empty method (#106) @LinuxSuRen
  • Use constant instead of duplicating literal (#105) @LinuxSuRen
  • add Issue template (#103) @yJunS
jenkins-cli - v0.0.18 🌈

Published by LinuxSuRen about 5 years ago

What’s Changed

🚀 Features

  • Add suppor to build a job with params in batch mode (#95) @LinuxSuRen
  • Add suppor to stop a job (#89) @LinuxSuRen
  • Add support to upload plugins from local or remote (#79) @LinuxSuRen

🐛 Bug Fixes

  • Fix the readme about jcli config geneate (#76) @LinuxSuRen
  • Fix curmb cannot use proxy correctly (#90) @LinuxSuRen

📝 Documentation updates

  • Add gofish as a new package manager (#85) @LinuxSuRen
  • Add go report card (#80) @LinuxSuRen

👻 Maintenance

  • Generate sha256 text file (#96) @LinuxSuRen
  • Change org from linuxsuren to jenkins-zh (#84) @LinuxSuRen
jenkins-cli - v0.0.17 🌈

Published by LinuxSuRen about 5 years ago

What’s Changed

🚀 Features

  • Add support to copy sample config into clipboard (#72) @LinuxSuRen
  • Edit the config file when it is not exists (#71) @LinuxSuRen
  • Add support to edit the config file (#70) @LinuxSuRen
  • Allow user to open Jenkins by interfactive mode (#57) @LinuxSuRen
  • Allow user to search plugins when install (#56) @LinuxSuRen

🐛 Bug Fixes

  • Fix job history cannot print the real detail (#66) @LinuxSuRen

📝 Documentation updates

  • Add more description into readme file (#62) @LinuxSuRen

👻 Maintenance

  • Split config options into sub-cmd (#69) @LinuxSuRen
  • Seperate plugin options into sub-cmd (#58) @LinuxSuRen
jenkins-cli - v0.0.16

Published by LinuxSuRen about 5 years ago

What’s Changed

🚀 Features

  • Confirm before user delete a job (#52) @LinuxSuRen
  • Add support to print version of app (#55) @LinuxSuRen
  • Add support to create and delete a user (#54) @LinuxSuRen
  • Add support to show the plugin trend (#48) @LinuxSuRen
  • Add support to create and delete a job (#43) @LinuxSuRen
  • Add support to download plugins (#36) @LinuxSuRen

🚀 Features

  • Add support to print version of app (#55) @LinuxSuRen

📝 Documentation updates

  • Add the Chinese version of readme file (#50) @LinuxSuRen
jenkins-cli - v0.0.15

Published by LinuxSuRen over 5 years ago

What’s Changed

🐛 Bug Fixes

  • Fix the error with a proxy settings (#20) @LinuxSuRen

📝 Documentation updates

  • Add github setting (#31) @LinuxSuRen
  • Add more feature description and how to download on the linux os (#33) @LinuxSuRen

🚀 Features

  • Add support to list the types of job (#42) @LinuxSuRen
jenkins-cli - Release v0.0.14

Published by LinuxSuRen over 5 years ago

What's changed?

  • Add support to build a job with parameters
  • Show the progress of plugins installation
  • Add release-drafter
  • Add support to build a job with parameters
  • Fix the error when no crumb set
  • Fix the error of generate sample config file when no config file is exist
jenkins-cli - Release v0.0.13

Published by LinuxSuRen over 5 years ago

Add watch for job build log

jenkins-cli - Add search sub-cmd for plugin

Published by LinuxSuRen over 5 years ago

jenkins-cli - Release v0.0.11

Published by LinuxSuRen over 5 years ago

Add job, user as sub-cmd

jenkins-cli - Release 0.0.10

Published by LinuxSuRen over 5 years ago

Release jcli for windows,mac,linux

jenkins-cli - Release 0.0.9

Published by LinuxSuRen over 5 years ago

jenkins-cli - Fix the issues of finding out finding out plugin's name

Published by LinuxSuRen over 5 years ago

jenkins-cli - Use current dir to find out the plugin name

Published by LinuxSuRen over 5 years ago

jenkins-cli - Test release

Published by LinuxSuRen over 5 years ago

jenkins-cli - Test release by hub release

Published by LinuxSuRen over 5 years ago