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

WIP

parent ffc0d805
Loading
Loading
Loading
Loading
+11 −9
Original line number Diff line number Diff line
@@ -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'
@@ -99,6 +100,7 @@ pipeline {
					}
				}
			}
		}
        // stage ('Performance') {
        // octoPerfTest credentialsId: 'XXXXXX-XXX-XXX-XXXX', scenarioId: 'XXXXXXX'
        // }