Skip to content
Snippets Groups Projects
Commit 4b6dab94 authored by Luca Verardo's avatar Luca Verardo
Browse files

WIP

parent 0a5f6175
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,8 @@ pipeline { ...@@ -72,6 +72,8 @@ pipeline {
docker.image('lucienmoor/katalon-for-jenkins:latest').inside("--link ${c.id}:db") { docker.image('lucienmoor/katalon-for-jenkins:latest').inside("--link ${c.id}:db") {
unstash "mentorarc" unstash "mentorarc"
sh 'java -jar target/MentorArc-0.0.1-SNAPSHOT.jar >/dev/null 2>&1 &' sh 'java -jar target/MentorArc-0.0.1-SNAPSHOT.jar >/dev/null 2>&1 &'
sh 'apt-get update && apt-get install curl'
sh 'curl localhost:8081'
sh 'sleep 30' sh 'sleep 30'
sh 'Xvfb :99 &' sh 'Xvfb :99 &'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment