diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-09-27 12:29:16 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-09-27 12:29:16 -0600 |
| commit | 698926e352294bd167cfe158a71689c8606bce7b (patch) | |
| tree | 71d30a06af185d970101ebd52e40c5938469c895 /jjb/run.sh | |
| parent | dee90ffc700882369589dc3078abbf81e0bb5927 (diff) | |
putting jjb tree in here
Diffstat (limited to 'jjb/run.sh')
| -rwxr-xr-x | jjb/run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/run.sh b/jjb/run.sh new file mode 100755 index 0000000..b99ff84 --- /dev/null +++ b/jjb/run.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +ini="${1}" +jenkins-jobs --conf "${ini}" update --delete-old yaml/ |
