Banging My Head Against the Wall

What I wish I knew before I started…

Month: October 2020

  • AWS CodeBuild Error: Unable to access jarfile

    Using AWS CodeBuild, I was using a buildspec that was to run an executable JAR file to execute JUnit tests. Here is my buildspec: As you can see, I am making use of AWS Secrets Manager to get a couple properties that are passed as system variables to the JUnit execution. When this Build would…