Jenkins access to Developer Toolkit
Summary
Jenkins access to Developer ToolkitContent
Installed Jenkins on my Windows machine. I am trying to push a util function using cpq-toolkit command from a Jenkins job. However, Jenkins throws the below error:
Execution Cancelled: File Permissions may have been updated for file: bootstrap.properties. Please restore file permissions and try again. Build step 'Execute Windows batch command' marked build as failure
I am able to perform a simple cpq-toolkit --help from the same Jenkins job.
I am able to push this util function using the dev toolkit from my command line.
2