Hi @xiao,
This documentation suggest putting the variable between simple quotes, e.g.:
SONAR_QUALITY_GATE_TIMEOUT: '<int>' # Optional
variables:
SONAR_QUALITY_GATE_TIMEOUT: ‘60’
I don’t know if this correct, but did you try that?
Hi @xiao,
This documentation suggest putting the variable between simple quotes, e.g.:
SONAR_QUALITY_GATE_TIMEOUT: '<int>' # Optional
variables:
SONAR_QUALITY_GATE_TIMEOUT: ‘60’
I don’t know if this correct, but did you try that?