Compare commits
No commits in common. "main" and "develop" have entirely different histories.
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -16,7 +16,6 @@ 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