Skip to content

Commit

Permalink
Merge branch 'inheritinstance_160898' of https://github.com/eea/eea.d…
Browse files Browse the repository at this point in the history
…ocker.plone into inheritinstance_160898
  • Loading branch information
Petchesi-Iulian committed Jun 19, 2023
2 parents ebee412 + 500f8bd commit a025fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pipeline {
sh '''docker run -i --rm --link=${IMAGE_NAME}:plone --name=${IMAGE_NAME}-test --entrypoint /plone/instance/bin/zopepy ${IMAGE_NAME} -c "from six.moves.urllib.request import urlopen; import time; time.sleep(15); con = urlopen('http://plone:8080'); print(con.read())"'''
sh '''./test/run.sh ${IMAGE_NAME}'''
} finally {
sh script: "docker logs ${IMAGE_NAME}", returnStatus: true
sh script: "docker stop ${IMAGE_NAME}", returnStatus: true
sh script: "docker rm -v ${IMAGE_NAME}", returnStatus: true
sh script: "docker rmi ${IMAGE_NAME}", returnStatus: true
Expand Down

0 comments on commit a025fe6

Please sign in to comment.