SES-79 #3
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user