以下是我几天以来的尝试:
配置时忽略构建工具调用。请在附图中找到;无法使用以下代码配置构建工具。
快照: - cmake:
source-dir: ../
working-dir: /build
install-dir: install
build-type: CustomReleaseType
generator: Unix Makefiles
installation-name: CMake custom install
preload-script: '/home/jenkins/cmake.preload'
clean-build-dir: true
build-tool-invocations:
- use-cmake: true
arguments: 'clean'
environment-variables: |
DESTDIR=${WORKSPACE}/artifacts/dir
URL=http://www.example.org/
的
有类似的经历吗?这是Job-builder插件中的错误还是与我的.yaml文件有关?