diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/cd-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/cd-test.yaml b/job-cfg/cd-test.yaml index 79223b9f..407e9697 100644 --- a/job-cfg/cd-test.yaml +++ b/job-cfg/cd-test.yaml @@ -10,7 +10,7 @@ triggers: - timed: "{my_timed}" builders: - - shell: "'{my_shell}'" + - shell: "{my_shell}" publishers: - logparser: rulespath: '/srv/jenkins/logparse/debian.rules' |