Currently I have a pipeline job which has different paramters where one of this parameters is a Choice parameter. Here is the config.xml output of that job parameter:
Based on the tip of c3st7n I have tested the following:
build job: "NameOfTheJob"", parameters: [ [$class: 'StringParameterValue', name: 'BRANCH', value: "${BRANCH}"], [$class: 'StringParameterValue', name: 'WHERE', value: "F3"], ]
This works.