From 50a04f6cb5ef979805ed9ed8842e65e6937ecd51 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Mon, 17 Jun 2024 10:44:26 -0700 Subject: [PATCH] test Signed-off-by: Sayali Gaikawad --- DEVELOPER_GUIDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 0cb9147bc..c8dc3cf7e 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -62,3 +62,4 @@ Each jenkins library should have a test case associated with it. Eg: [TestSignAr - Jenkins' library test should extend [BuildPipelineTest.groovy](tests/jenkins/BuildPipelineTest.groovy) - Create a dummy job such as [Hello_Jenkinsfile](tests/jenkins/jobs/Hello_Jenkinsfile) to call and test the function and output [Hello_Jenkinsfile.txt](tests/jenkins/jobs/Hello_Jenkinsfile.txt) +