jenkins-job-builder/tests/builders/fixtures/shining-panda-customenv.yaml

10 lines
245 B
YAML

builders:
- shining-panda:
build-environment: custom
home: /usr/local/lib/custom-python-27
nature: xshell
command: |
cd $HOME/build
python setup.py build
ignore-exit-code: true