rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Deploy command for triggering jenkins jobs #127

Closed dylanjustice closed 3 years ago

dylanjustice commented 3 years ago

For jenkins jobs that accept parameters, allow a command to trigger a jenkins job remotely. Allow cli users to authenticate with a username, api token and server url, and persist that in a configuration. Allow for creation of aliases for job names to make triggering easy, persist these to a configuration. For the deploy command, require a tag name to be specified. Finally, require a confirmation before deployment.

brandongregoryscott commented 3 years ago

Duplicate of #128