From 8293935bff25cb8a966d76b0ca37a5003063c511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20G=C3=B3rzy=C5=84ski?= Date: Wed, 2 Dec 2020 20:35:22 +0100 Subject: [PATCH] SES-79 Delete unnecessary code --- Jenkinsfile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 171baaa..e8bae64 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,16 +1,3 @@ -//pipeline { -// stages { -// stage('Build image') { -// checkout scm -// dir('SessionCompanion') { -// docker.build("session-companion:${env.BUILD_ID}") -// } -// } -// stage('Build app') { -// docker.image("session-companion:${env.BUILD_ID}").withRun('-p 5050:5050') -// } -// } -//} pipeline { agent any stages {