rfa: enable postbuild.groovy for rf-a-static checks

Change-Id: Ia33b442987fe9e8142d77ea287c79878bb97154a
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
diff --git a/rf-a-static.yaml b/rf-a-static.yaml
index bd346a5..047f26c 100644
--- a/rf-a-static.yaml
+++ b/rf-a-static.yaml
@@ -81,10 +81,7 @@
     publishers:
       - archive:
           artifacts: rusted-firmware-a/next-checks.log
-    # TODO: it is not possible to give this groovy script the
-    #       auth/permissions required to access next-checks.log
-    #       uncomment this once the job is made public
-    # - groovy-postbuild:
-    #     script:
-    #         !include-raw:
-    #           - rf-a-static/postbuild.groovy
+      - groovy-postbuild:
+          script:
+            !include-raw:
+              - rf-a-static/postbuild.groovy
diff --git a/rf-a-static/postbuild.groovy b/rf-a-static/postbuild.groovy
index 6cde8dd..4eae808 100644
--- a/rf-a-static/postbuild.groovy
+++ b/rf-a-static/postbuild.groovy
@@ -19,7 +19,7 @@
   return url
 }
 
-def artifact = "trusted-firmware-a/next-checks.log"
+def artifact = "rusted-firmware-a/next-checks.log"
 def jobUrl = manager.hudson.getRootUrl() + "${manager.build.url}artifact/${artifact}"
 def url = new URL(jobUrl)
 def realUrl = findRealUrl(url)