Stephen
Stephen
Isn't that what `ECS task creation timeout` option is for? Have you tried increasing that?
I don't think it's failing due to a timeout, I think it's failing because ECS is reporting it as failed. `com.amazonaws.waiters.WaiterUnrecoverableException: Resource never entered the desired state as it failed.`...
@webratz Hello, I'm also interested in adopting / helping to maintain this plugin. I've already submitted a request for Maintainer access and will submit a PR to the permissions repository...
Should be once someone approves and merges it. I also assume they'd grant the Github Repo permissions. Thanks for signing off on the request and for helping to build such...
@neirbowj I followed this process -- https://www.jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/ It was pretty straightforward. I was added as a maintainer and I've done a few releases since then. A number of folks on...
@melbit-michaelw, I don't think this is a bug but rather the result of a different bug fix. https://github.com/jenkinsci/amazon-ecs-plugin/issues/326 What is the number of executors you have set per agent?
Hello, try following these steps: In Eclipse, right click your project, navigate to "Build Path", then to "configure build path" Now choose "add External Jar" Navigate to the RootToolshttps://code.google.com/p/roottools/wiki/RootTools .jar...
@Fusion Can you confirm whether this is still an open issue or can be closed?
Can you show us your code you are using?
You are missing the super calls. Add: super.commandOutput(id, line); as the last line in your commandOutput method.