我正在使用Webhook触发器设置一个新的bitbucket服务器,该触发器在Jenkins中构建工作
Bitbucket团队/项目运行管道Jenkinsfile。 在Jenkinsfile中,我应该知道在bitbucket服务器(新分支/拉请求..)中完成的操作
所以我试图获取$ {BITBUCKET_PAYLOAD},但出现异常
[Bitbucket] Build result notified
groovy.lang.MissingPropertyException: No such property: BITBUCKET_PAYLOAD
for class: groovy.lang.Binding
at groovy.lang.Binding.getVariable(Binding.java:63)
at
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:264)
有人可以帮助我理解为什么bitbucket不将有效负载注入Jenkins工作吗?