Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjordan committed Aug 25, 2024
1 parent 138b509 commit 7890c0d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,19 +147,10 @@ pipeline {
}
steps {
container('jenkins-worker-storybook-snapshots') {
sh 'id'
// sh 'id -u jenkins'
sh 'pwd'
sh 'ls -la /workspace'
sh 'ls -la /workspace/js'

sh 'cd /workspace && ls -la'
sh 'cd /workspace && ls -la js'
sh 'cp Makefile /workspace/'
sh 'cd /workspace && make test-storybook-inner TEST_ARGS="--url http://127.0.0.1:9009"'
dir('/workspace/') {
sh 'cd /workspace && ls -la js'
junit testResults: 'js/junit.xml'
}
sh 'cd /workspace && ls -la js'
junit testResults: '/workspace/js/junit.xml'
}
}
}
Expand Down

0 comments on commit 7890c0d

Please sign in to comment.