0

I have an aws codebuild resource that I run each time with different parameters. Is there a way to add text to the run name so I can distingiush between the different build runs ? Now it looks like this : My project:guid exampe: run-codebuild:76321b7b-5ef9-46d7-adf4-f688654025d4

And what I want is to have : run-codebuild:My own unique identifier:76321b7b-5ef9-46d7-adf4-f688654025d4

user2023203
  • 546
  • 1
  • 12
  • 19
  • You can't customize the buildARN to include your own identifier. What is the purpose of your identifier? Is it like a human readable build number? Or a way to group build runs like an alias? – Subin Mathew Jul 04 '19 at 16:09
  • I'm using it to run automation, I'd like each build run to be a test case, and have an identifier to know which test case it is from the build run list @SubinMathew – user2023203 Jul 07 '19 at 07:00

0 Answers0