我尝试使用Jenkins kubernetes插件的后续步骤。有没有人有想法?
<Animal>
<Type>T2
</Type>
<Name>cat
</Name>
<Trait>tai3
</Trait>
</Animal>
<Animal>
<Type>T1
</Type>
<Name>dog
</Name>
<Trait>tai1
</Trait>
</Animal>
<Animal>
<Type>T1
</Type>
<Name>dog
</Name>
<Trait>tee1
</Trait>
</Animal>
<Animal>
<Type>T1
</Type>
<Name>elephant
</Name>
<Trait>tai2
</Trait>
</Animal>
<Animal>
<Type>T1
</Type>
<Name>elephant
</Name>
<Trait>tee2
</Trait>
</Animal>
我的管道:
java.lang.NoSuchMethodError: No such DSL method 'post' found among steps
答案 0 :(得分:1)
撰写本文时,Post
is only supported in declarative pipelines。
如果绝对必须使用sam package --template-file prod_template.yaml --s3-bucket mybucket --output-template-file packaged-template.yaml
sam deploy --template-file packaged-template.yaml --stack-name mystack --capabilities CAPABILITY_IAM
,您可以查看他们的declarative example。
post