How can I disable security checks for Jenkins pipeline builds

前端 未结 5 958
日久生厌
日久生厌 2020-12-19 00:51

I\'m running Jenkins in a local trusted environment where I\'m trying to run this pipeline. This Jenkinsfile is checked into git.

#!groovy
node(\'master\')          


        
5条回答
  •  不知归路
    2020-12-19 01:35

    Currently it is not possible. There is an open ticket for this problem https://issues.jenkins-ci.org/browse/JENKINS-28178

提交回复
热议问题