ㅌㅌ
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:49:26 +00:00
parent a00e8e23db
commit 12dd306266

1
Jenkinsfile vendored
View File

@ -55,6 +55,7 @@ pipeline {
stage('Determine Active Port') { stage('Determine Active Port') {
steps { steps {
echo "before sshagent" echo "before sshagent"
echo "JENKINS_SSH_CREDENTIAL_ID: ${env.JENKINS_SSH_CREDENTIAL_ID}" // 이 부분을 추가
sshagent([env.JENKINS_SSH_CREDENTIAL_ID]) { sshagent([env.JENKINS_SSH_CREDENTIAL_ID]) {
echo "after sshagent" echo "after sshagent"
script { script {