【发布时间】:2020-09-30 15:26:27
【问题描述】:
我需要在构建阶段使用 nodejs 以及 terraform 工具。我使用的声明式管道是:
pipeline{
agent any
tools { nodejs "node12.14.1" terraform "terraform-v0.12.19"}
...
只能使用 nodejs 工具。未安装 terraform 并给出 command not found 错误。
【问题讨论】:
标签: jenkins npm jenkins-pipeline terraform pipeline