Whiskey
0.19.0
Continuous Integration/Continuous Delivery module.
See the version list below for details.
Installation Options
Owners
Copyright
(c) 2016 WebMD Health Services. All rights reserved.
Package Details
Author(s)
- WebMD Health Services
Tags
build pipeline devops ci cd continuous-integration continuous-delivery continuous-deploy
Functions
Add-WhiskeyApiKey Add-WhiskeyCredential Add-WhiskeyVariable ConvertFrom-WhiskeyYamlScalar ConvertTo-WhiskeySemanticVersion Get-WhiskeyApiKey Get-WhiskeyTask Get-WhiskeyCredential Install-WhiskeyNodeJs Install-WhiskeyTool Invoke-WhiskeyNodeTask Invoke-WhiskeyNUnit2Task Invoke-WhiskeyPester3Task Invoke-WhiskeyPester4Task Invoke-WhiskeyPipeline Invoke-WhiskeyBuild Invoke-WhiskeyTask New-WhiskeyContext Publish-WhiskeyBuildMasterPackage Publish-WhiskeyNuGetPackage Publish-WhiskeyProGetUniversalPackage Publish-WhiskeyBBServerTag Register-WhiskeyEvent Resolve-WhiskeyNuGetPackageVersion Resolve-WhiskeyPowerShellModuleVersion Resolve-WhiskeyTaskPath Resolve-WhiskeyVariable Set-WhiskeyBuildStatus Stop-WhiskeyTask Uninstall-WhiskeyTool Unregister-WhiskeyEvent
Dependencies
This module has no dependencies.
Release Notes
* The `Node` task no longer runs `npm prune`.
* The `PublishNodeModule` task now runs `npm prune --production` before publishing the node module.
* You can now specify a custom version of NUnit that the `NUnit2` and `NUnit3` tasks should use by setting the `Version` property to the version you want to use.
* The `PublishBuildMasterPackage` task now supports:
* customizing package names with the `PackageName` property. The default value will continue to be the major, minor, and patch portions of the version number, e.g. `6.4.34`.
* skipping/preventing a package from deploying with the `SkipDeploy` property. Set it to `true` and a package will be created in BuildMaster, but not deployed anywhere.
* starting a deploy at a specific stage of a release's pipeline. Set the `StartAtStage` property to the name of the stage you want the deploy to start at. In order for a deploy to start at any stage in a pipeline, the "Enforce pipeline stage order for deployments" setting must be off. This can be set in the BuildMaster UI in the pipeline's Edit panel.
* The `Pester4` task can now show a "Describe Duration Report" and an "It Duration Report". These reports show the duration of each Describe and It block that were run, respectively, from longest to shortest. The task has two new properties that control the number of rows to show (i.e. they control how many of your longest Describe and It blocks to show). Use the `DescribeDurationReportCount` property to control how many of your longest-running Describe blocks to show. Use the `ItDurationReport` property to control how many of your longest-running It blocks to show.
* Fixed: Pester module was always downloaded by the `Pester3` and `Pester4` tasks even if it was already installed.
* Created a `Delete` task for deleting files and directories.
* Created a `GetPowerShellModule` task for downloading PowerShell modules needed during a build.
* Created an `NpmPrune` task that runs `npm prune` in a Node.js module.
Whether or not a task runs can now be filtered by the branch being built. Every task now has `OnlyOnBranch` and `ExceptOnBranch` properties. Each property is a list of branch names that controls what branches a task does or doesn't run on. Wildcards patterns are supported. If you use `OnlyOnBranch`, that task will only run if the current branch matches one of the branch names. If you use `ExceptOnBranch`, that task will only run if the current branch doesn't match one of the branch names.
PublishTasks:
- PublishBuildMasterPackage:
OnlyOnBranch: master
ReleaseName: 6.4
ApplicationName: Whiskey
- PublishBuildMasterPackage:
ExceptOnBranch: master
ReleaseName: 6.5
ApplicationName: Whiskey
The above example shows how you would publish different branches to different releases in BuildMaster. The master branch is packaged and deployed to the `6.4` release. All other branches are packaged and deployed to the `6.5` release.
FileList
- Whiskey.nuspec
- Import-Whiskey.ps1
- Whiskey.psd1
- Whiskey.psm1
- whiskey.sample.yml
- bin\NuGet.exe
- bin\SemanticVersion.dll
- bin\YamlDotNet.dll
- bin\YamlDotNet.xml
- BitbucketServerAutomation\BitbucketServerAutomation.psd1
- BitbucketServerAutomation\BitbucketServerAutomation.psm1
- BitbucketServerAutomation\Import-BitbucketServerAutomation.ps1
- BitbucketServerAutomation\Formats\Atlassian.Bitbucket.Server.ProjectInfo.ps1xml
- BitbucketServerAutomation\Formats\Atlassian.Bitbucket.Server.RepositoryInfo.ps1xml
- BitbucketServerAutomation\Functions\Add-PSTypeName.ps1
- BitbucketServerAutomation\Functions\Get-BBServerBranch.ps1
- BitbucketServerAutomation\Functions\Get-BBServerCommitBuildStatus.ps1
- BitbucketServerAutomation\Functions\Get-BBServerFile.ps1
- BitbucketServerAutomation\Functions\Get-BBServerProject.ps1
- BitbucketServerAutomation\Functions\Get-BBServerPullRequestSetting.ps1
- BitbucketServerAutomation\Functions\Get-BBServerRepository.ps1
- BitbucketServerAutomation\Functions\Get-BBServerTag.ps1
- BitbucketServerAutomation\Functions\Invoke-BBServerRestMethod.ps1
- BitbucketServerAutomation\Functions\Move-BBServerRepository.ps1
- BitbucketServerAutomation\Functions\New-BBServerBranch.ps1
- BitbucketServerAutomation\Functions\New-BBServerConnection.ps1
- BitbucketServerAutomation\Functions\New-BBServerProject.ps1
- BitbucketServerAutomation\Functions\New-BBServerRepository.ps1
- BitbucketServerAutomation\Functions\New-BBServerTag.ps1
- BitbucketServerAutomation\Functions\Remove-BBServerRepository.ps1
- BitbucketServerAutomation\Functions\Rename-BBServerRepository.ps1
- BitbucketServerAutomation\Functions\Set-BBServerCommitBuildStatus.ps1
- BitbucketServerAutomation\Functions\Set-BBServerDefaultBranch.ps1
- BitbucketServerAutomation\Functions\Set-BBServerPullRequestSetting.ps1
- BitbucketServerAutomation\Functions\Use-CallerPreference.ps1
- BuildMasterAutomation\BuildMasterAutomation.psd1
- BuildMasterAutomation\BuildMasterAutomation.psm1
- BuildMasterAutomation\Import-BuildMasterAutomation.ps1
- BuildMasterAutomation\Functions\Add-BMObjectParameter.ps1
- BuildMasterAutomation\Functions\Disable-BMApplication.ps1
- BuildMasterAutomation\Functions\Get-BMApplication.ps1
- BuildMasterAutomation\Functions\Get-BMApplicationGroup.ps1
- BuildMasterAutomation\Functions\Get-BMPackage.ps1
- BuildMasterAutomation\Functions\Get-BMRelease.ps1
- BuildMasterAutomation\Functions\Invoke-BMNativeApiMethod.ps1
- BuildMasterAutomation\Functions\Invoke-BMRestMethod.ps1
- BuildMasterAutomation\Functions\New-BMApplication.ps1
- BuildMasterAutomation\Functions\New-BMPackage.ps1
- BuildMasterAutomation\Functions\New-BMPipeline.ps1
- BuildMasterAutomation\Functions\New-BMRelease.ps1
- BuildMasterAutomation\Functions\New-BMSession.ps1
- BuildMasterAutomation\Functions\Publish-BMReleasePackage.ps1
- en-US\about_WhsCI.help.txt
- Functions\Add-WhiskeyApiKey.ps1
- Functions\Add-WhiskeyCredential.ps1
- Functions\Add-WhiskeyVariable.ps1
- Functions\ConvertFrom-WhiskeyYamlScalar.ps1
- Functions\ConvertTo-WhiskeySemanticVersion.ps1
- Functions\Get-MSBuild.ps1
- Functions\Get-WhiskeyApiKey.ps1
- Functions\Get-WhiskeyBuildMetadata.ps1
- Functions\Get-WhiskeyCredential.ps1
- Functions\Get-WhiskeyMSBuildConfiguration.ps1
- Functions\Get-WhiskeyNPMPath.ps1
- Functions\Get-WhiskeyTasks.ps1
- Functions\Import-WhiskeyYaml.ps1
- Functions\Install-WhiskeyNodeJs.ps1
- Functions\Install-WhiskeyNuGet.ps1
- Functions\Install-WhiskeyTool.ps1
- Functions\Invoke-WhiskeyBuild.ps1
- Functions\Invoke-WhiskeyNuGetPush.ps1
- Functions\Invoke-WhiskeyPester3Task.ps1
- Functions\Invoke-WhiskeyPester4Task.ps1
- Functions\Invoke-WhiskeyPipeline.ps1
- Functions\Invoke-WhiskeyRobocopy.ps1
- Functions\Invoke-WhiskeyTask.ps1
- Functions\New-WhiskeyBuildMetadataObject.ps1
- Functions\New-WhiskeyContext.ps1
- Functions\New-WhiskeyContextObject.ps1
- Functions\New-WhiskeySemanticVersion.ps1
- Functions\New-WhiskeyVersionObject.ps1
- Functions\Publish-WhiskeyPesterTestResult.ps1
- Functions\Register-WhiskeyEvent.ps1
- Functions\Resolve-WhiskeyNuGetPackageVersion.ps1
- Functions\Resolve-WhiskeyPowerShellModuleVersion.ps1
- Functions\Resolve-WhiskeyTaskPath.ps1
- Functions\Resolve-WhiskeyVariable.ps1
- Functions\Set-WhiskeyBuildStatus.ps1
- Functions\Stop-Whiskey.ps1
- Functions\Stop-WhiskeyTask.ps1
- Functions\Uninstall-WhiskeyTool.ps1
- Functions\Unregister-WhiskeyEvent.ps1
- Functions\Use-CallerPreference.ps1
- Functions\Write-CommandOutput.ps1
- Functions\Write-WhiskeyWarning.ps1
- ProGetAutomation\Import-ProGetAutomation.ps1
- ProGetAutomation\ProGetAutomation.psd1
- ProGetAutomation\ProGetAutomation.psm1
- ProGetAutomation\Functions\Invoke-ProGetNativeApiMethod.ps1
- ProGetAutomation\Functions\Invoke-ProGetRestMethod.ps1
- ProGetAutomation\Functions\New-ProGetFeed.ps1
- ProGetAutomation\Functions\New-ProGetSession.ps1
- ProGetAutomation\Functions\Publish-ProGetUniversalPackage.ps1
- ProGetAutomation\Functions\Test-ProGetFeed.ps1
- ProGetAutomation\Functions\Use-CallerPreference.ps1
- Tasks\Copy-WhiskeyFile.ps1
- Tasks\Get-WhiskeyPowerShellModule.ps1
- Tasks\Invoke-WhiskeyExec.ps1
- Tasks\Invoke-WhiskeyMSBuild.ps1
- Tasks\Invoke-WhiskeyNodeTask.ps1
- Tasks\Invoke-WhiskeyNpmPrune.ps1
- Tasks\Invoke-WhiskeyNUnit2Task.ps1
- Tasks\Invoke-WhiskeyNUnit3Task.ps1
- Tasks\Invoke-WhiskeyPipelineTask.ps1
- Tasks\Invoke-WhiskeyPowerShell.ps1
- Tasks\New-WhiskeyNuGetPackage.ps1
- Tasks\New-WhiskeyProGetUniversalPackage.ps1
- Tasks\Publish-WhiskeyBBServerTag.ps1
- Tasks\Publish-WhiskeyBuildMasterPackage.ps1
- Tasks\Publish-WhiskeyNodeModule.ps1
- Tasks\Publish-WhiskeyNuGetPackage.ps1
- Tasks\Publish-WhiskeyPowerShellModule.ps1
- Tasks\Publish-WhiskeyProGetUniversalPackage.ps1
- Tasks\Remove-WhiskeyItem.ps1
- Tasks\Restore-WhiskeyNuGetPackage.ps1
- VSSetup\about_VSSetup.help.txt
- VSSetup\Microsoft.VisualStudio.Setup.Configuration.Interop.dll
- VSSetup\Microsoft.VisualStudio.Setup.PowerShell.dll
- VSSetup\Microsoft.VisualStudio.Setup.PowerShell.dll-Help.xml
- VSSetup\VSSetup.psd1
- VSSetup\VSSetup.types.ps1xml
Version History
Version | Downloads | Last updated |
---|---|---|
0.62.0-rc9 | 12 | 12/18/2024 |
0.62.0-rc8 | 4 | 12/17/2024 |
0.62.0-rc7 | 4 | 12/13/2024 |
0.62.0-rc6 | 3 | 12/11/2024 |
0.62.0-rc5 | 8 | 10/24/2024 |
0.62.0-rc4 | 7 | 9/30/2024 |
0.62.0-rc3 | 4 | 9/19/2024 |
0.62.0-rc2 | 5 | 8/21/2024 |
0.62.0-rc11 | 6 | 2/4/2025 |
0.62.0-rc10 | 4 | 1/23/2025 |
0.62.0-rc1 | 4 | 8/20/2024 |
0.61.1 | 14 | 1/23/2025 |
0.61.0 | 37 | 6/13/2024 |
0.61.0-rc1 | 4 | 6/6/2024 |
0.60.5 | 19 | 4/3/2024 |
0.60.4 | 12 | 2/7/2024 |
0.60.3 | 22 | 12/28/2023 |
0.60.2 | 36 | 10/13/2023 |
0.60.1 | 11 | 10/12/2023 |
0.60.0 | 11 | 10/9/2023 |
0.59.0 | 90 | 4/22/2023 |
0.58.0 | 9 | 4/15/2023 |
0.57.0 | 7 | 4/10/2023 |
0.56.0 | 7 | 4/6/2023 |
0.55.0 | 7 | 4/5/2023 |
0.54.0 | 6 | 4/4/2023 |
0.53.2 | 67 | 8/24/2022 |
0.53.1 | 18 | 8/12/2022 |
0.53.0 | 17 | 8/9/2022 |
0.52.2 | 12 | 8/4/2022 |
0.52.2-alpha1 | 12 | 7/26/2022 |
0.52.1 | 21 | 7/25/2022 |
0.52.0 | 27 | 7/6/2022 |
0.51.1 | 18 | 6/10/2022 |
0.51.0 | 20 | 5/27/2022 |
0.50.1 | 17 | 5/20/2022 |
0.50.0 | 13 | 5/18/2022 |
0.49.2-alpha... | 44 | 4/4/2022 |
0.49.1 | 70 | 2/8/2022 |
0.49.0 | 52 | 12/30/2021 |
0.49.0-rc2010 | 11 | 12/22/2021 |
0.49.0-rc1958 | 10 | 12/10/2021 |
0.49.0-rc1913 | 10 | 12/7/2021 |
0.49.0-alpha... | 10 | 12/20/2021 |
0.48.3 | 176 | 3/23/2021 |
0.48.2 | 16 | 3/22/2021 |
0.48.1 | 19 | 3/20/2021 |
0.48.0 | 16 | 3/19/2021 |
0.48.0-beta1705 | 15 | 3/3/2021 |
0.47.0 | 25 | 2/19/2021 |
0.47.0-beta1684 | 14 | 1/20/2021 |
0.47.0-beta1679 | 14 | 12/23/2020 |
0.47.0-beta1643 | 13 | 11/19/2020 |
0.47.0-beta1629 | 12 | 11/2/2020 |
0.47.0-beta1622 | 10 | 10/15/2020 |
0.46.0 | 53 | 9/2/2020 |
0.46.0-beta1605 | 15 | 8/19/2020 |
0.45.1 | 23 | 8/20/2020 |
0.45.0 | 21 | 8/11/2020 |
0.45.0-beta1594 | 12 | 8/7/2020 |
0.44.2 | 47 | 3/19/2020 |
0.44.1 | 16 | 3/18/2020 |
0.44.0 | 32 | 2/24/2020 |
0.44.0-beta1547 | 16 | 1/30/2020 |
0.44.0-beta1528 | 19 | 12/24/2019 |
0.43.2 | 57 | 11/11/2019 |
0.43.1 | 32 | 11/4/2019 |
0.43.0 | 24 | 10/29/2019 |
0.43.0-beta1416 | 3,780 | 10/28/2019 |
0.42.1 | 25 | 10/15/2019 |
0.42.0 | 22 | 10/10/2019 |
0.42.0-beta1231 | 14 | 9/5/2019 |
0.42.0-beta1209 | 13 | 9/3/2019 |
0.42.0-beta1203 | 14 | 8/30/2019 |
0.42.0-beta1105 | 17 | 6/21/2019 |
0.42.0-beta1088 | 14 | 6/18/2019 |
0.42.0-beta1082 | 13 | 6/17/2019 |
0.42.0-beta1039 | 14 | 6/3/2019 |
0.41.1 | 54 | 8/16/2019 |
0.41.1-beta1034 | 14 | 5/31/2019 |
0.41.1-beta1028 | 13 | 4/11/2019 |
0.41.0 | 93 | 4/9/2019 |
0.41.0-beta1025 | 13 | 4/4/2019 |
0.40.0 | 71 | 1/28/2019 |
0.39.0 | 65 | 1/17/2019 |
0.38.5 | 134 | 12/11/2018 |
0.38.4 | 38 | 12/5/2018 |
0.38.3 | 25 | 11/29/2018 |
0.38.2 | 38 | 11/9/2018 |
0.38.1 | 41 | 10/24/2018 |
0.38.0 | 32 | 9/21/2018 |
0.37.1 | 217 | 9/6/2018 |
0.37.0 | 55 | 7/18/2018 |
0.35.0 | 80 | 6/22/2018 |
0.34.1 | 22 | 6/21/2018 |
0.34.0 | 140 | 5/29/2018 |
0.33.2 | 64 | 5/15/2018 |
0.33.1 | 723 | 5/2/2018 |
0.33.0 | 286 | 4/24/2018 |
0.32.0 | 25 | 3/15/2018 |
0.31.0 | 25 | 3/1/2018 |
0.30.1 | 22 | 2/14/2018 |
0.30.0 | 19 | 2/13/2018 |
0.29.1 | 18 | 2/12/2018 |
0.29.0 | 21 | 2/12/2018 |
0.28.0 | 21 | 2/7/2018 |
0.27.0 | 18 | 2/3/2018 |
0.26.0 | 19 | 1/19/2018 |
0.25.0 | 25 | 12/29/2017 |
0.24.0 | 21 | 12/20/2017 |
0.23.0 | 22 | 12/4/2017 |
0.22.1 | 18 | 11/29/2017 |
0.22.0 | 19 | 11/27/2017 |
0.21.0 | 29 | 11/13/2017 |
0.20.2 | 17 | 11/11/2017 |
0.20.1 | 16 | 11/7/2017 |
0.20.0 | 17 | 11/3/2017 |
0.19.3 | 22 | 10/30/2017 |
0.19.2 | 17 | 10/27/2017 |
0.19.1 | 17 | 10/24/2017 |
0.19.0 (current version) | 25 | 9/28/2017 |
0.18.0 | 20 | 9/20/2017 |
0.17.0 | 18 | 9/20/2017 |
0.16.0 | 19 | 9/15/2017 |
0.15.0 | 18 | 9/15/2017 |
0.14.1 | 16 | 9/12/2017 |
0.14.0 | 19 | 9/12/2017 |