introduce jenkins pipeline for static-checks and trigger
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: Iffa684f42814ad07726ff6443ba81d6bff870af9
diff --git a/jenkins/static.jpl b/jenkins/static.jpl
index 7598394..fb5b4f8 100644
--- a/jenkins/static.jpl
+++ b/jenkins/static.jpl
@@ -28,6 +28,7 @@
def checks = [:]
checks["cppcheck"] = trigger("tf-m-cppcheck")
checks["checkpatch"] = trigger("tf-m-checkpatch")
+ checks["static-checks"] = trigger("tf-m-static-checks")
try {
parallel(checks)
} catch (Exception e) {