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
I really liked this plugin and I ran a few tests and it worked pretty well. But I'm trying now to run a pipeline and I can't manage to make it work.
I always receive this error:
Started by user Admin
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] ecsTaskTemplate
[Pipeline] // ecsTaskTemplate
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
ERROR: Cloud does not exist: cloud-default
Finished: FAILURE
Add label in your pipeline and it will automatically start picking the cloud. However it does not allow to override any params after that i.e. image, cpu, etc
label and inheritFrom are required
Hi,
I really liked this plugin and I ran a few tests and it worked pretty well. But I'm trying now to run a pipeline and I can't manage to make it work.
I always receive this error:
The pipeline that I'm trying to run is:
I also tried to add: "cloud 'ecs'", but didn't work:
And the error was the same, just changed the name of the cloud:
ERROR: Cloud does not exist: ecs
My configuration is this:
Could you guys help me?
The text was updated successfully, but these errors were encountered: