SES-79 #3
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
||||
pipeline {
|
||||
|
||||
stages {
|
||||
stage('Build image') {
|
||||
checkout scm
|
||||
dir('SessionCompanion') {
|
||||
@ -9,4 +9,5 @@ pipeline {
|
||||
stage('Build app') {
|
||||
docker.image("session-companion:${env.BUILD_ID}").withRun('-p 5050:5050')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user