From 603534834bb4f21273e92e31529c35d8376ae5f2 Mon Sep 17 00:00:00 2001 From: Euichan Park <116147712+ekdnlt714714@users.noreply.github.com> Date: Thu, 29 May 2025 02:02:28 +0900 Subject: [PATCH 1/2] Update Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 74af035..ace8ee9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,4 @@ +//작동하는 젠킨스 파일 pipeline { agent any @@ -195,4 +196,4 @@ pipeline { } // Closes script } // Closes failure } // Closes post -} // Closes pipeline \ No newline at end of file +} // Closes pipeline From bee6fe7cea2b8d33c39618ff8ec3a36429f4fc5e Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 29 May 2025 02:12:52 +0900 Subject: [PATCH 2/2] =?UTF-8?q?05290211=20test4=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=ED=9B=84=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StudentManager/src/student/StudentManagerTest4.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StudentManager/src/student/StudentManagerTest4.java b/StudentManager/src/student/StudentManagerTest4.java index 8d38b8e..368dac2 100644 --- a/StudentManager/src/student/StudentManagerTest4.java +++ b/StudentManager/src/student/StudentManagerTest4.java @@ -18,7 +18,7 @@ void testRemoveNonExistentStudent() { studentManager.removeStudent("박박"); }, "예외 발생"); System.out.println("신경철: 2025/05/21/22:21"); - //마스터 브랜치에서 작성 + //shkch 브랜치에서 작성 }