This commit is contained in:
parent
a00e8e23db
commit
12dd306266
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user