협업/Jenkins
[빌드에러] script not yet approved for use
blueasa
2023. 11. 24. 19:19
[Error Log]
ERROR: Build step failed with exception
org.jenkinsci.plugins.scriptsecurity.scripts.UnapprovedUsageException: script not yet approved for use
----
To get around this, go to:
Jenkins -> Manage Jenkins -> In-process Script Approval
Scroll down to the scripts that needs to be approved and click on the Approve button as needed.
How to accept script changes - Today I learned
If your Jenkins build job contains scripts, sometimes new deployments will have this error when you run them the first time:
til.intrepidintegration.com
반응형