Thorsten Hoeger
Thorsten Hoeger
The problem might be the space in the path. Try to avoid spaces in paths when working with Jenkins. So you can rename the job to not contain spaces and...
the `file` parameter is an absolute file name on your disk if you start with `/`. An interesting thing is that your Jenkins has the necessary rights to do this....
Hi, this sounds like a good idea, but this is not something this plugin cloud fix. Jenkins should detect the Env Vars and remove them from them log. The plugin...
Honestly, I do not understand how to use this to create secret environment variables.
But how should the plugin prevent printing secrets to the console?
withAWS, like all non-workspace steps in Jenkins, is executed on the master and tries to read the file there. This is a known limitation and there are some tickets open...
This means that all steps that do not touch data in the workspace are executed on the master. Steps that need data, are run in the workspace on the agent.
Hi, I understand your need but I do not think that CDK could handle this as it delegates creation of names to Cloudformation if you do not specify a fixed...
Yes but this aspect would need to replicate the cfn name generation and would send fixed names to cfn with all the downsides. This has to be documented then.
@rhboyd that is my main concern when creating names. And if CDK provides an out-of-the-box solution it will be misused at some point in time. If prefixes for the stack...