Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
Update docker-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Grünewaldt authored Jul 31, 2017
1 parent 087822d commit 98b0c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ curl -I ${JENKINS_URL}/jnlpJars/slave.jar

curl -sSLo /tmp/jenkins-slave.jar ${JENKINS_URL}/jnlpJars/slave.jar

echo "DOCKER-ENTRYPOINT >> checking integrity of slave.jar"
jar -tvf /tmp/jenkins-slave.jar
###echo "DOCKER-ENTRYPOINT >> checking integrity of slave.jar"
###jar -tvf /tmp/jenkins-slave.jar

echo "DOCKER-ENTRYPOINT >> establishing JNLP connection with Jenkins"
exec java $JAVA_OPTS -cp /tmp/jenkins-slave.jar \
Expand Down

0 comments on commit 98b0c41

Please sign in to comment.