Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(build-cmd): Added an option to view build stages after triggering a build #55

Merged
merged 1 commit into from
Sep 13, 2020

Conversation

m-sureshraj
Copy link
Owner

@m-sureshraj m-sureshraj commented Sep 8, 2020

feat(build-cmd): Added an option to view build stages after triggering a build

The new option `--stage || -s`  allows us to view the build's stage views after triggering a build.

e.g. jen build --stage || jen b -s

changes
* Hard-coded build status types got replaced by the status types constant.
* For better maintainability, the build command's options handling logic moved into separate files.
* Document the option usage

Closes #54

@m-sureshraj m-sureshraj marked this pull request as draft September 8, 2020 13:34
@m-sureshraj m-sureshraj changed the title Build stages feat(build-cmd): Added an option to view build stages after triggering a build Sep 11, 2020
@m-sureshraj m-sureshraj force-pushed the build-stages branch 2 times, most recently from b905873 to 4d4a64a Compare September 12, 2020 04:41
@m-sureshraj m-sureshraj marked this pull request as ready for review September 12, 2020 04:51
…g a build

The new option `--stage || -s`  allows us to view the build's stage views after triggering a build.

e.g. jen build --stage || jen b -s

changes
* Hard-coded build status types got replaced by the status types constant.
* For better maintainability, the build command's options handling logic moved into separate files.
* Document the new option usage
@m-sureshraj m-sureshraj merged commit 72f2233 into master Sep 13, 2020
@m-sureshraj m-sureshraj deleted the build-stages branch September 13, 2020 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an option to view build stages after triggering a build.
1 participant