We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18777b2 commit 709db6fCopy full SHA for 709db6f
commands/upload/upload.go
@@ -445,6 +445,10 @@ func runProgramAction(pm *packagemanager.PackageManager,
445
}
446
447
// Get Port properties gathered using Pluggable Discovery
448
+ uploadProperties.Set("upload.port.address", port.Address)
449
+ uploadProperties.Set("upload.port.label", port.Label)
450
+ uploadProperties.Set("upload.port.protocol", port.Protocol)
451
+ uploadProperties.Set("upload.port.protocolLabel", port.ProtocolLabel)
452
for prop, value := range actualPort.Properties {
453
uploadProperties.Set(fmt.Sprintf("upload.port.properties.%s", prop), value)
454
0 commit comments