Compare commits

..

3 Commits

Author SHA1 Message Date
9b20da8cf8 [👷] Jenkins 테스트
All checks were successful
Stein_Front/pipeline/head This commit looks good
2024-07-24 17:56:53 +09:00
4aa7073307 [👷] whoami 테스트
Some checks failed
Stein_Front/pipeline/head There was a failure building this commit
2024-07-24 17:39:57 +09:00
1a08f673be [👷] whoami 테스트
Some checks failed
Stein_Front/pipeline/head There was a failure building this commit
2024-07-24 17:18:15 +09:00

1
Jenkinsfile vendored
View File

@ -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) {