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
def project ="nodejs-example"def service ="hello-service"def firststage ="dev"...
// Initialize the Keptn Project - ensures the Keptn Project is created with the passed shipyard
keptn.keptnInit project:"${project}", service:"${service}", stage:"${firststage}", monitoring: "dynatrace", shipyard: ".keptn/shipyard.yaml"
I get the following error:
ERROR: keptnInit requires project, stage, service, keptn_endpoint, keptn_bridge and keptn_api_token to be set. These values cant be empty!
This error message is not very helpful. I propose to change this to
When using
I get the following error:
This error message is not very helpful. I propose to change this to
Definition of Done
The text was updated successfully, but these errors were encountered: