use cmd = "java -jar jenkins-cli.jar -s %s build %s -p CHANNEL=%s" % (url,channel,channel) and want change ant properties CHANNEL.or use ”-p ant -DCHANNEL=%s“,but ant properties CHANNEL not change.
Originally reported by elijah_jiang, imported from: cmd java -jar jenkins-cli.jar and change ant Properties
- assignee:
fcojfernandez
- status: Open
- priority: Minor
- component(s): ant-plugin
- resolution: Unresolved
- votes: 0
- watchers: 1
- imported: 20251216-182730
Raw content of original issue
use cmd = "java -jar jenkins-cli.jar -s %s build %s -p CHANNEL=%s" % (url,channel,channel) and want change ant properties CHANNEL.or use ”-p ant -DCHANNEL=%s“,but ant properties CHANNEL not change.
use cmd = "java -jar jenkins-cli.jar -s %s build %s -p CHANNEL=%s" % (url,channel,channel) and want change ant properties CHANNEL.or use ”-p ant -DCHANNEL=%s“,but ant properties CHANNEL not change.
Originally reported by elijah_jiang, imported from: cmd java -jar jenkins-cli.jar and change ant Properties
Raw content of original issue