Leo Herran
Leo Herran
Thanks for letting us know about this. I'll attempt to reproduce it and then diagnose the root cause.
The issue here is that the plugin does not recognize the `step([$class : 'CodeBuilder'` syntax as a pipeline step. One workaround is to replace that with `awsCodeBuild` (see the pipeline...
Can you confirm that you're still having problems getting your use case working?
The plugin currently doesn't support displaying test reports in the Jenkins UI, but we have recorded your request for that functionality and will update this issue when we implement it.
Thanks for bringing this to our attention. We'll keep you posted as we investigate the root cause.
I wasn't able to reproduce this issue--each one of these stages should be separated from one another, but the error message seems to indicate otherwise. Where in the build is...
Thanks for notifying us of this issue. Can you post a stack trace?
Thanks. I have a feeling it is related to an abundance of build logs when running multiple long-running builds. I'll look into where they're stored on the Jenkins instance.
It definitely does seem like it could be the Jenkins instance running out of space. Ideally the plugin would gracefully handle this exception, but I'll implement an option to disable...
Implemented in fce052cbb8c9f9ea6f700685c80a2a13727144a1. This will be released in version 0.37 of the plugin, which should be available in a couple of hours. Give it a try and let us know...