diff --git a/Jenkinsfile b/Jenkinsfile index 1fb474e1..9103baf9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,7 @@ node { // ------------------------------------------------------------------------- stage('Deploy and Run Tests') { - rc = command "${toolbelt}/sfdx force:mdapi:deploy --wait 10 --deploydir ${DEPLOYDIR} --targetusername UAT --testlevel ${TEST_LEVEL}" + rc = command "${toolbelt}\sfdx force:mdapi:deploy --wait 10 --deploydir ${DEPLOYDIR} --targetusername UAT --testlevel ${TEST_LEVEL}" if (rc != 0) { error 'Salesforce deploy and test run failed.' } @@ -59,7 +59,7 @@ node { // ------------------------------------------------------------------------- //stage('Check Only Deploy') { - // rc = command "${toolbelt}/sfdx force:mdapi:deploy --checkonly --wait 10 --deploydir ${DEPLOYDIR} --targetusername UAT --testlevel ${TEST_LEVEL}" + // rc = command "${toolbelt}\sfdx force:mdapi:deploy --checkonly --wait 10 --deploydir ${DEPLOYDIR} --targetusername UAT --testlevel ${TEST_LEVEL}" // if (rc != 0) { // error 'Salesforce deploy failed.' // }