Whiskey
0.14.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 version to build can now be taken from `package.json` files (for Node.js modules/applications) and PowerShell module manifest files (e.g. `*.psd1` files). Use the new `VersionFrom` property in your `whiskey.yml` file. It should be the path to a `package.json` file or a PowerShell module manifest file. The `package.json` file must have a `version` property. The module manifest file must have a `ModuleVersion` property.
* Fixed: `PublishProGetUniversalPackage` fails when uploading large packages (i.e. the upload request times out).
* The `NuGetPush`, `NuGetPack`, and `MSBuild` tasks now supports custom versions of nuget.exe. Use the `Version` property (the `NuGetVersion` property on the `MSBuild` task) to specify what version you want to use. That version of NuGet is installed into a `packages\NuGet.CommandLine.VERSION` directory in your build root.
* Fixed: the `PublishNodeModule` task doesn't fail a build if publishing fails.
* Fixed: the `ProGetUniversalPackage` task fails if a source or destination path ends with `\`.
* Added an `Exec` task for executing custom programs. Set the `Path` property to the path to the executable. Set `Argument` to any arguments to pass to the executable. Set `SuccessExitCode` to any exit codes that signify the command succeeded.
* Fixed: The `PublishProGetUniversalPackage` task replaces existing packages.
* ***BREAKING CHANGE***: Removed the `IgnorePackageJsonVersion` whiskey.yml configuration property. If you want Whiskey to pull the version from a Node.js package file, set the `VersionFrom` whiskey.yml property to the path to your `package.json` file.
* You can now use a custom version of NPM with the `Node` and `PublishNodeModule` tasks. Set the `engines.npm` property in your package.json file (e.g. `{ "engines": { "npm": "VERSION" } }`) to the version of NPM to use. That version will be installed in your local `node_modules` directory. Optionally, if there is a version of `npm` in your local `node_modules` directory, that is used instead of the global `npm`. The global version of NPM is still used when installing your local npm and when running the `npm prune` command.
* Created "Initializaton" mode. When a build is run in this mode, tasks install and configure any tools they use and then quit. They perform no build work. This is useful so if needed, developers can get everything installed without running a complete build.
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-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-WhiskeyNodeTask.ps1
- Functions\Invoke-WhiskeyNuGetPush.ps1
- Functions\Invoke-WhiskeyNUnit2Task.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\Invoke-WhiskeyExec.ps1
- Tasks\Invoke-WhiskeyMSBuild.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\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 | 11 | 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 | 4 | 2/4/2025 |
0.62.0-rc10 | 4 | 1/23/2025 |
0.62.0-rc1 | 4 | 8/20/2024 |
0.61.1 | 7 | 1/23/2025 |
0.61.0 | 36 | 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 | 31 | 10/13/2023 |
0.60.1 | 7 | 10/12/2023 |
0.60.0 | 8 | 10/9/2023 |
0.59.0 | 89 | 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 | 92 | 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 | 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 (current version) | 19 | 9/12/2017 |