jfrog / jfrog-cli-core

Apache License 2.0
33 stars 58 forks source link

Fix panic in build-scan without arguments #1130

Closed yahavi closed 6 months ago

yahavi commented 6 months ago

Resolve https://github.com/jfrog/jfrog-cli/issues/2424

The build name and build-number arguments can be supplied via environment variables. buildConfiguration.GetBuildName() and buildConfiguration.GetBuildNumber() are handling these cases. Hence, it also makes sense not to include any arguments in this command.