Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjordan committed Aug 26, 2024
1 parent 5c3c3e6 commit de88b06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ pipeline {
cp ui/Makefile /workspace/
cd /workspace
make test
ls -la
ls -la js
'''
junit testResults: '/workspace/js/junit.xml'
}
Expand Down Expand Up @@ -152,6 +154,8 @@ pipeline {
cp ui/Makefile /workspace/
cd /workspace
make test-storybook-inner TEST_ARGS="--url http://127.0.0.1:9009"
ls -la
ls -la js
'''
junit testResults: '/workspace/js/junit.xml'
}
Expand Down

0 comments on commit de88b06

Please sign in to comment.