Releases: m-sureshraj/jenni
Releases Β· m-sureshraj/jenni
v1.5.1
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.0
It's all about console
Features
-
Option to follow the build progress after triggering a build (#48)
The Jen build (alias b) command now takes an argument --watch (alias -w) to progressively report the build progress after triggering a build.
-
New command
console
to view build console output (#46) @vloth -
Support viewing running builds in the
console
command (#53)The console command jen console (without arguments) behavior has changed.
- When a job has no running builds -> Print the last build console
- When a job has only one running build -> Print the running build console
- When a job has multiple running builds -> Ask the user to pick a build
Improvements
- Setup Travis ci to run the lint and test scripts (#47)
Docs
- Add similar project section (#43) @LinuxSuRen
v1.0.0
Features
- Option to trigger new builds without parameters (#35) (51f05e9)
- Added "WorkflowJob" job type support (#29) (3dfa900)
- Remove local configuration when uninstalling the package. (#31) (67896b9)
Improvements
- Centralize Jenni command validations (#28) (427c830)
- Reduced unpacked size (137.7 KB -> 31 KB) (#33) (c20a2ec)
BREAKING CHANGES
- The local configuration structure has been changed. Users must delete the configuration before upgrading to v1.