Skip to content

Commit

Permalink
Added EAP server downloading before tests
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Korniienko <[email protected]>
  • Loading branch information
olkornii committed Oct 18, 2023
1 parent 2bae164 commit 88a9f5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ node('rhel8'){
wrap([$class: 'Xvnc']) {
try {
sh "npm test --silent"
// Download eap server before ui tests
sh "curl https://download-node-02.eng.bos.redhat.com/released/jboss/eap8/8.0.0-Beta/jboss-eap-8.0.0.Beta.zip -o out/test/ui-test/eap-server.zip"
sh "npm run ui-test"
} finally {
junit 'test-resources/test-report.xml'
Expand Down

0 comments on commit 88a9f5f

Please sign in to comment.