Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
9b20da8cf8 | |||
4aa7073307 | |||
1a08f673be |
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -16,6 +16,7 @@ pipeline {
|
|||
stage('Deploy') {
|
||||
steps {
|
||||
script {
|
||||
|
||||
// Docker 컨테이너 ID 가져오기
|
||||
def containerId = sh(script: "docker ps -qf 'name=${DOCKER_CONTAINER_NAME}'", returnStdout: true).trim()
|
||||
if (containerId) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user