From 114bc902f0eb582d2d4bf3eecc53b1dca1b80fc6 Mon Sep 17 00:00:00 2001 From: Aditya Raj Singh <143114287+ars0a@users.noreply.github.com> Date: Sun, 4 Jan 2026 22:58:55 +0530 Subject: [PATCH 1/2] Add Jenkins poll SCM check message to test.py --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index b82199f..97be8cf 100644 --- a/test.py +++ b/test.py @@ -1 +1,2 @@ print("Wassup Buddy!! v9") +print("code to check jenkins poll SCM" From b3614ef7ae70f2f30a8597b2ce2468df5fe74de3 Mon Sep 17 00:00:00 2001 From: Aditya Raj Singh <143114287+ars0a@users.noreply.github.com> Date: Sun, 4 Jan 2026 23:05:08 +0530 Subject: [PATCH 2/2] Fix syntax error in print statement --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 97be8cf..7026d13 100644 --- a/test.py +++ b/test.py @@ -1,2 +1,2 @@ print("Wassup Buddy!! v9") -print("code to check jenkins poll SCM" +print("code to check jenkins poll SCM")