From 02d3f7bea0216c62e0f96be66aa785b65b296446 Mon Sep 17 00:00:00 2001 From: thanusha Date: Fri, 4 Aug 2023 17:17:23 +0530 Subject: [PATCH] added daybuild for jenkins in declarative pipeline --- jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfile b/jenkinsfile index 24dfd98bc..038f4a040 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -13,7 +13,7 @@ pipeline { stage('vcs') { steps { git url: 'https://github.com/Thanushakonda/spring-petclinic.git', - branch: 'devolop' + branch: 'develop' } } stage('build and package') {