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

Added master condition for deploy

parent f0733d84
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -85,6 +85,9 @@ pipeline {
            }
        }
		stage('Deploy') {
			when {
				branch 'master'
			}
			steps {
				script {
					withCredentials([usernamePassword(credentialsId: 'SSH_VM_MentorArc', passwordVariable: 'SSH_VM_PASS', usernameVariable: 'SSH_VM_USER')]) {