Loading Jenkinsfile +8 −9 Original line number Diff line number Diff line Loading @@ -87,8 +87,6 @@ pipeline { stage('Deploy') { steps { withCredentials([usernamePassword(credentialsId: 'SSH_VM_MentorArc', passwordVariable: 'SSH_VM_PASS', usernameVariable: 'SSH_VM_USER')]) { } def remote = [:] remote.name = 'MENTORARC-VM' remote.host = '157.26.83.81' Loading @@ -100,6 +98,7 @@ pipeline { sshCommand remote: remote, command: "for i in {1..5}; do echo -n \"Loop \$i \"; date ; sleep 1; done" } } } // stage ('Performance') { // octoPerfTest credentialsId: 'XXXXXX-XXX-XXX-XXXX', scenarioId: 'XXXXXXX' // } Loading Loading
Jenkinsfile +8 −9 Original line number Diff line number Diff line Loading @@ -87,8 +87,6 @@ pipeline { stage('Deploy') { steps { withCredentials([usernamePassword(credentialsId: 'SSH_VM_MentorArc', passwordVariable: 'SSH_VM_PASS', usernameVariable: 'SSH_VM_USER')]) { } def remote = [:] remote.name = 'MENTORARC-VM' remote.host = '157.26.83.81' Loading @@ -100,6 +98,7 @@ pipeline { sshCommand remote: remote, command: "for i in {1..5}; do echo -n \"Loop \$i \"; date ; sleep 1; done" } } } // stage ('Performance') { // octoPerfTest credentialsId: 'XXXXXX-XXX-XXX-XXXX', scenarioId: 'XXXXXXX' // } Loading