From 4e4fa32c4901255150f75291fd6c655cf6a48d3e Mon Sep 17 00:00:00 2001 From: lihaonihao333 Date: Tue, 15 Sep 2026 10:05:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BAhello.sh=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello.sh diff --git a/hello.sh b/hello.sh new file mode 100644 index 0000000..9267c05 --- /dev/null +++ b/hello.sh @@ -0,0 +1,3 @@ +#!/bin/bash +echo "Hello, Jenkins!" +date \ No newline at end of file