diff --git a/pkg/azuredevops/pipelines/pipelines.go b/pkg/azuredevops/pipelines/pipelines.go index f2a7da59e973..ac3471fa43f6 100644 --- a/pkg/azuredevops/pipelines/pipelines.go +++ b/pkg/azuredevops/pipelines/pipelines.go @@ -1,5 +1,5 @@ // Package pipelines allows calling Azure DevOps pipelines API to interact with kyma-project pipelines. -// It provides a set of functions to trigger a pipeline, get its status, and check the logs. +// It provides a set of functions to trigger pipeline, get its status, and check the logs. // It also includes functions to run tests on the build logs and timeline. // These functions are designed to interact with kyma-project pipelines and it's tests. // TODO: Add more structured logging with debug severity to track execution in case of troubleshooting