zx
Some checks failed
main-branch-frovide/pipeline/head There was a failure building this commit

This commit is contained in:
Insub Kim 2025-06-05 07:46:02 +00:00
parent f6568cc8fc
commit a00e8e23db

2
Jenkinsfile vendored
View File

@ -54,7 +54,9 @@ pipeline {
stage('Determine Active Port') {
steps {
echo "before sshagent"
sshagent([env.JENKINS_SSH_CREDENTIAL_ID]) {
echo "after sshagent"
script {
// 현재 Nginx가 바라보고 있는 포트를 배포 서버에서 가져옴
def nginxConfPath = "/etc/nginx/sites-available/frovide.conf" // Nginx 설정 파일 경로