From bd2b84f628070dce444e57254860286b17afae0c Mon Sep 17 00:00:00 2001 From: surtexx <91895868+surtexx@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:28:40 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cf576cc1b..020839083 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,9 +13,6 @@ pipeline{ steps { script{ app = docker.build("surtexx/mr:${GIT_COMMIT[0..7]}", "-f Dockerfile1 .") - app.inside{ - sh 'echo $(wget localhost:8080)' - } } } }