From 3548c35730836cf0877580e3ff6d621da74735ae Mon Sep 17 00:00:00 2001 From: Michael Jenkins Date: Wed, 29 Sep 2021 21:33:48 -0700 Subject: [PATCH] Add OS specific scripts for the hello jenkins job --- hello-jenkins-mac-linux-docker.sh | 1 + hello-jenkins-windows.bat | 1 + 2 files changed, 2 insertions(+) create mode 100644 hello-jenkins-mac-linux-docker.sh create mode 100644 hello-jenkins-windows.bat diff --git a/hello-jenkins-mac-linux-docker.sh b/hello-jenkins-mac-linux-docker.sh new file mode 100644 index 0000000..535ce70 --- /dev/null +++ b/hello-jenkins-mac-linux-docker.sh @@ -0,0 +1 @@ +echo "Hello, Jenkins" diff --git a/hello-jenkins-windows.bat b/hello-jenkins-windows.bat new file mode 100644 index 0000000..535ce70 --- /dev/null +++ b/hello-jenkins-windows.bat @@ -0,0 +1 @@ +echo "Hello, Jenkins"