gpt4 book ai didi

jenkins-pipeline - Jenkins 管道常规的奇怪行为

转载 作者:行者123 更新时间:2023-12-04 14:47:57 26 4
gpt4 key购买 nike

我有一个 groovy 管道脚本:

stage("Test") {
str="[\"asd1\", \"asd2\"]"
def tagNames = str.tokenize(',[]').collect { it as String }
echo "${tagNames.getClass()}"
echo "${tagNames.size}"
}

但在输出中我看到错误“未找到此类字段:字段 java.lang.String 大小”:

[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] echo
class java.util.ArrayList
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
No such field found: field java.lang.String size. Administrators can decide whether to approve or reject this signature.
[Pipeline] End of Pipeline

我做错了什么?

编辑:我有“没有待处理的签名批准”。

最佳答案

使用

size()

而不是

size

成功了。

关于jenkins-pipeline - Jenkins 管道常规的奇怪行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55162425/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com