Skip to content

Releases: m-sureshraj/jenni

v1.5.1

25 Jun 02:47
Compare
Choose a tag to compare

Maintenance

  • Switched to GitHub action from travis-ci (#82)
  • npm audit fixes (#83, #77)
  • Replaced travis-ci badge with Github action badge (#84)

v1.5.0

07 Dec 05:18
Compare
Choose a tag to compare

Features

  • Option to interactively enable disabled job before triggering a build on it. (#71)

v1.4.0

13 Nov 07:00
Compare
Choose a tag to compare

Improvements

  • Get user confirmation before deleting the app configuration (PR #67)
  • Support branch name with slashes (PR #69)

Fixes

  • Fix console.spec.js random test failures (PR #68)
  • Fix jenkins.spec.js test takes too long to complete (PR #68)
  • Fixed security vulnerabilities in dependencies. (PR #64)

v1.3.0

29 Oct 12:08
Compare
Choose a tag to compare

Features

  • Handle OrganizationFolder type jobs when initializing Jenni (#62)

v1.2.0

15 Sep 02:35
Compare
Choose a tag to compare

Features

  • A new option to view build's stage view after triggering a build. (issue: #54, PR: #55)
    e.g. jen build --stage || jen b -s

Fixes

  • Fixed security vulnerabilities in dependencies. (PRs: #58, #57, #56)

v1.1.0

03 Aug 08:32
Compare
Choose a tag to compare

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

v1.0.0

21 Jan 12:57
Compare
Choose a tag to compare

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.

v0.2.6

28 Oct 11:15
Compare
Choose a tag to compare

Improvements

Bug Fixes

v0.2.5

28 Aug 13:57
Compare
Choose a tag to compare

Bug Fixes

  • Fix eslint pkg security vulnerability #14 b7a9d56

v0.2.4

21 Jul 08:41
Compare
Choose a tag to compare

Bug Fixes

  • Fix security vulnerability in dependencies #8 1f269ed