[feature] Fix builderInvocationId
validation
#1848
Labels
area:BYOB
An issue with the BYOB framework
area:nodejs
Issue related to the Node.js builder
type:feature
New feature or request
Currently
npmjs.com
validates thebuilderInvocationId
is of the form:This is likely based on how we had set the
builderInvocationId
on our previous builders, prior to BYOB.The exact value should be based on the
builder.id
. Thenodejs
builder specifies a differentbuilder.id
but this value is still validated. We'd like to set this to a URI that makes it easier to find the build run's logs etc.The text was updated successfully, but these errors were encountered: