blob: 74ba06c1398cf57d2cafb63854bfe44ff012e681 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/bash
#
# Sample script showing how the yaml include-raw tag can be used
# to inline scripts that are maintained outside of the jenkins
# job yaml configuration.
echo "hello world"
exit 0
|