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 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 브랜치에서 작성 }