SES-79 Delete unnecessary code

This commit is contained in:
Karol Górzyński 2020-12-02 20:35:22 +01:00
parent f1d906c1b1
commit 8293935bff
1 changed files with 0 additions and 13 deletions

13
Jenkinsfile vendored
View File

@ -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 {