1. 05 5月, 2020 1 次提交
    • LinuxSuRen's avatar
      Add shutdown Jenkins support (#346) · db37ccee
      LinuxSuRen 提交于
      * Add shutdown Jenkins support
      
      * Fix the packge missing issue
      
      * Using sonarqube to analzy the code lines
      
      * Rename the sonarqube actions
      
      * Remove travis
      
      * Fix the duplicates
      
      * Add unit test cases for shutdown client api
      
      * Add e2e tests for shutdown command
      
      * Log the duration of command executing
      
      * Exclusions setting for bindata.go
      
      * Fix the code lines duplicates
      
      * Add test cases for shutdown cmd
      
      * Adjust the test cases
      db37ccee
  2. 13 4月, 2020 1 次提交
    • LinuxSuRen's avatar
      Fix the wrong tips of job log command (#375) · 6f50c60a
      LinuxSuRen 提交于
      * Fix the wrong tips of job log command
      
      * Fix part of incorrect unit tests
      
      comment some not unit tests that are not easy to be fixed
      
      * Do not use coloring the output feature
      
      * Try to fix the package install issues
      
      * Try to use macos as the build os
      
      * Download the go-bindata of macos version
      
      * Fix the test erros
      
      * Comment the unstable unit tests
      
      * Fix the travis errors
      6f50c60a
  3. 17 2月, 2020 1 次提交
    • LinuxSuRen's avatar
      Show the changelog of jcli (#328) · 9987e409
      LinuxSuRen 提交于
      * Show the changelog of jcli
      
      * Add more test cases for version cmd
      
      * Add comment for exported function
      
      * Comment the useless code lines
      9987e409