You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
Describe the bug:
The above log only reflects that the PAT given is valid for the AzDo org, we could combine this log to reflect that.
Additionally:
mitarng@mtarng:~/Workspace/spk/tests/spk-env/fabrikam2019$ spk project install-lifecycle-pipeline --org-name mitarng --devops-project feb18project --repo-url https://dev.azure.com/mitarng/
feb18project/_git/doesnotexist --pipeline-name lifecycle-pipeline2
info: Attempting to authenticate with Azure DevOps organization 'mitarng' using PAT '************************************************lh6q'
info: Successfully connected to Azure DevOps Git API!
info: Fetched DevOps Client
info: Attempting to create new pipeline: lifecycle-pipeline2 defined in repository:https://dev.azure.com/mitarng/feb18project/_git/doesnotexist, branch: master, filePath: hld-lifecycle.
yaml
info: Creating pipeline for definition
info: Created pipeline for lifecycle-pipeline2
info: Pipeline ID: 197
in the above example https://dev.azure.com/mitarng/feb18project/_git/doesnotexist does not exist, but somehow spk is still attempting to create the pipeline.
Expected behavior:
Input validations should work correctly.