Loading Jenkinsfile +11 −9 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ pipeline { } stage('Deploy') { steps { script { withCredentials([usernamePassword(credentialsId: 'SSH_VM_MentorArc', passwordVariable: 'SSH_VM_PASS', usernameVariable: 'SSH_VM_USER')]) { def remote = [:] remote.name = 'MENTORARC-VM' Loading @@ -99,6 +100,7 @@ pipeline { } } } } // stage ('Performance') { // octoPerfTest credentialsId: 'XXXXXX-XXX-XXX-XXXX', scenarioId: 'XXXXXXX' // } Loading Loading
Jenkinsfile +11 −9 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ pipeline { } stage('Deploy') { steps { script { withCredentials([usernamePassword(credentialsId: 'SSH_VM_MentorArc', passwordVariable: 'SSH_VM_PASS', usernameVariable: 'SSH_VM_USER')]) { def remote = [:] remote.name = 'MENTORARC-VM' Loading @@ -99,6 +100,7 @@ pipeline { } } } } // stage ('Performance') { // octoPerfTest credentialsId: 'XXXXXX-XXX-XXX-XXXX', scenarioId: 'XXXXXXX' // } Loading