jenkins: add name to container on deploy
This commit is contained in:
parent
98149cae07
commit
bda79f51a6
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -15,7 +15,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
sh 'docker run -d -p 3466:80 test.trianta.dev'
|
sh 'docker run -d -p 3466:80 --name test test.trianta.dev'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user