diff --git a/goofy-client/apps/goofy-e2e/Jenkinsfile b/goofy-client/apps/goofy-e2e/Jenkinsfile new file mode 100644 index 0000000000000000000000000000000000000000..f18859763fb525d9357b9ccc8e4da0e1efe493fb --- /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