AppRunner: Automatically annotate logs

Change-Id: I5e614fc1e841e183ac649758972428ae55162a67
diff --git a/Jenkinsfile b/Jenkinsfile
index 8f651cf..3ad77fd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,6 +46,11 @@
 						sh 'go run cuelang.org/go/cmd/cue fmt app_configs/*.cue --check'
                 		sh 'go test ./...'
 					}
+                    dir('apps/app-runner') {
+                        sh 'go mod tidy'
+                		sh 'go build *.go'
+                		sh 'go test ./...'
+					}
                     dir('core/auth/memberships') {
                         sh 'go mod tidy'
                 		sh 'go build *.go'