You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rules between CodePipeline and CodeBuild seem inconsistent. CodeBuild says this:
Error calling startBuild: Invalid input: identifier must contain only alphanumeric characters and underscores and be less than 128 characters in length. (Service: AWSCodeBuild; Status Code: 400; Error Code: InvalidInputException; Request ID: 61dfcc4d-5bac-11e9-a3f2-999aa7277d39)
So CodePipeline will accept the dashes, but CodeBuild won't.
Right now it's very easy for the autogenerated artifact names to become humongously long:
This is 101 characters, the limit is 100.
The text was updated successfully, but these errors were encountered: