From 2e29a713bfce99b5e6f0ac8a458cb807079b6f13 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 6 Mar 2023 09:45:38 +0100
Subject: [PATCH] OZG-3420 jenkinsfile for e2e tests

---
 goofy-client/apps/goofy-e2e/Jenkinsfile | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 goofy-client/apps/goofy-e2e/Jenkinsfile

diff --git a/goofy-client/apps/goofy-e2e/Jenkinsfile b/goofy-client/apps/goofy-e2e/Jenkinsfile
new file mode 100644
index 0000000000..f18859763f
--- /dev/null
+++ b/goofy-client/apps/goofy-e2e/Jenkinsfile
@@ -0,0 +1,15 @@
+pipeline {
+    agent {
+        node {
+            label 'jenkins-build-agent-nodejs-16'
+        }
+    }
+
+    stages {
+        stage("Hello") {
+            steps {
+                echo "Hello World!"
+            }
+        }
+    }
+}
\ No newline at end of file
-- 
GitLab