diff options
Diffstat (limited to 'jjb/securedlab/check-jinja2.yml')
-rw-r--r-- | jjb/securedlab/check-jinja2.yml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/jjb/securedlab/check-jinja2.yml b/jjb/securedlab/check-jinja2.yml index 430ced560..36d5e3a4e 100644 --- a/jjb/securedlab/check-jinja2.yml +++ b/jjb/securedlab/check-jinja2.yml @@ -1,5 +1,5 @@ ######################## -# Job configuration to validate jninja2 files +# Job configuration to validate jinja2 files ######################## - project: @@ -14,7 +14,7 @@ - master: branch: '{stream}' disabled: false - - danube: + - euphrates: branch: 'stable/{stream}' disabled: false @@ -65,11 +65,9 @@ branch-pattern: '**/{branch}' file-paths: - compare-type: ANT - pattern: 'utils/generate_config.yml' - - compare-type: ANT - pattern: '**/*.jinja2' - - compare-type: ANT pattern: '**/*.yaml' + - compare-type: ANT + pattern: 'check-jinja2.sh' skip-vote: successful: true failed: true @@ -82,5 +80,5 @@ - builder: name: check-jinja builders: - - shell: - !include-raw-escape: ./check-jinja2.sh + - shell: | + $WORKSPACE/check-jinja2.sh |