Commit ffc0d805 authored by Luca Verardo's avatar Luca Verardo
Browse files

WIP

parent 71ddceac
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -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'
@@ -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'
        // }