Override Profile Variables doesn’t work when retrying failed Test suite in a Test Collection

Hi there,

I config my jenkins with:

-noSplash -runMode=console -testSuiteCollectionPath=“Test Suites/%TEST_COLLECTION%” -g_BASE1_URL=“%A_URL%” -g_BASE2_URL=“%B_URL%” -apiKey=“xxxxx-xxxx-xxxx” --config -webui.autoUpdateDrivers=false

In my Katalon Studio, I set default for each Test Suite will retry = 1 when getting failed. Ok done.

When running jenkins job, a new URL will generate and overwrite on my global variable (in Katalon Studio), everything is ok until there’s a failed TS, jenkins will retry and get the old url to re-run on the new execution instead of the new URL.

Do I get anything wrong?