show build block name and source name if possible
This commit is contained in:
parent
b4aa71aef2
commit
3c5a1e5878
|
@ -130,7 +130,7 @@ type CoreBuildProvisioner struct {
|
|||
// Returns the name of the build.
|
||||
func (b *CoreBuild) Name() string {
|
||||
if b.BuildName != "" {
|
||||
return b.BuildName
|
||||
return b.BuildName + "." + b.Type
|
||||
}
|
||||
return b.Type
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue