jenkins-job-builder/tests/wrappers/fixtures/pre-scm-buildstep002.yaml

9 lines
195 B
YAML

wrappers:
- pre-scm-buildstep:
- shell: |
#!/bin/bash
echo "Doing something cool"
- shell: |
#!/bin/zsh
echo "Doing something cool with zsh"