Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jrivero/fix_ci' into jrivero/bre…
Browse files Browse the repository at this point in the history
…w_install
  • Loading branch information
j-rivero committed Dec 14, 2023
2 parents 88f28d3 + 1f4174e commit 0fffe01
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml → .github/workflows/ci-dsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ jobs:
WRITE_JOB_LOG=1 java -jar tools/jobdsl.jar *.dsl
find logs/* -exec sort {} -o {} \;
popd
- name: Checks for DSL Code
run: |
cd jenkins-scripts/dsl
./dsl_checks.bash
- name: Export XML generated configuration for diff
run: |
cd jenkins-scripts/dsl
# export files for later diff
mkdir /tmp/pr_xml_configuration
mv *.xml /tmp/pr_xml_configuration/
- name: Update and commit logs generated
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5 sha
with:
Expand Down

0 comments on commit 0fffe01

Please sign in to comment.