Commit 894baacd authored by Luca Verardo's avatar Luca Verardo
Browse files

WIP

parent 2024ed5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ pipeline {
						docker.image('lucienmoor/katalon-for-jenkins:latest').inside("--link ${c.id}:db") {
							unstash "mentorarc"
							sh 'java -jar target/MentorArc-0.0.1-SNAPSHOT.jar >/dev/null 2>&1 &'
							sh 'apt-get update && apt-get install curl'
							sh 'apt-get install curl -y'
							sh 'curl localhost:8081'
							sh 'sleep 30'