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

Add Bamboo UI scraping to retrieve Deploy Project Environment Tasks #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lholman
Copy link
Collaborator

@lholman lholman commented Jan 18, 2018

@muratiakos This is WIP, I'd like to talk to you about it as it doesn't utilize the Bamboo API, as no endpoints exist that I could find that allow detail of Environment Tasks to be retrieved.
If you could take a look through and let me know what you think. Maybe we could have stricter version checks for these endpoints and provide some other indicator to consumers that they're from the UI, thoughts?

@lholman
Copy link
Collaborator Author

lholman commented Jan 18, 2018

@muratiakos I'm getting different build results locally. Could you let me know what version of Pester you;re using and if you added anymore dependencies adding the AppVeyor build, I'm getting a failure not being able to find Get_Metadata

Executing script C:\Development\github\PsBamboo\Tests\Module\Version.tests.ps1

  Describing PsBamboo Version
    [+] Should be loaded 641ms
    [-] Should be a valid version 51ms
      CommandNotFoundException: The term 'Get-Metadata' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
      at <ScriptBlock>, C:\Development\github\PsBamboo\Tests\Module\Version.tests.ps1: line 10
    [-] Should not collide with an existing PsGallery Version 112ms
      CommandNotFoundException: The term 'Get-Metadata' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
      at <ScriptBlock>, C:\Development\github\PsBamboo\Tests\Module\Version.tests.ps1: line 16

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.

None yet

1 participant