i have next stage in my jenkins pipeline.
stage('Test') {
steps {
bat "${KATALON} -noSplash -runMode=console -retry=0 -projectPath=${PRJ} -testSuitePath="Test Suites/IPM - REF" -executionProfile='CD2' -browserType='Web Service'"
}
When i run this pipeline it give me error : Test suite 'Test' not found.
How can i escape space character in this case ?