I have a Jenkins server that consolidates nodes as build traffic grows. I am trying to run integration tests with one project, and this requires that I have a generated key-key for connecting to a secure system. (The system is configured as close to prod as possible, and a bonus! It's outside of my direct control).
How can I get it in the system?
- If I lowered it manually to node, I should know that node runs the tests, and I have to drop the file every time.
- If I check it for the original control, it will be downloaded to the computer and will be insecure in the workspace directory (if the task is successful, you cannot delete it sequentially)
- Downloading from the SSL site leaves us with the same problems as the original control.
source
share