Support referencing console by build number
See original GitHub issueAdd an option to the console
command which takes a build number value:
nestor console jobName --build 84
The command outputs the console for the specified build, rather than the latest one as the console
command would do by default. I expect most people would use it to print out the console for completed builds.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
c# - Defining console app version, and referencing version ...
NET Core applications. It controls the default values of all the version numbers embedded in the build output, such as PackageVersion and ...
Read more >Add references in the Reference Manager - Visual Studio ...
Add a reference. In Solution Explorer, right-click the References or Dependencies node, and then choose either Add Project Reference, ...
Read more >Build specification reference for CodeBuild
Although version 0.1 is still supported, we recommend that you use version 0.2 ... in plain text using tools such as the CodeBuild...
Read more >Creating a Test Console Application using Microsoft Visual ...
This section describes how to create a test console application using Microsoft Visual Studio 2010, specifically for creating the web reference to access...
Read more >Build.VERSION_CODES - Android Developers
Magic version number for a current development build, which has not yet turned ... collection determines that there are no more references to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@thisgeek Thanks for the feature request. To keep things consistent with the other commands, the console command format would look like this:
nestor console <job_name> [build_number]
with job_name being mandatory and build_number optional.@thisgeek Thanks for checking it out.