From 284bff5667190fbd483d08712a5e5e768fcf86ed Mon Sep 17 00:00:00 2001 From: kadiyalabhargavi <92821350+kadiyalabhargavi@users.noreply.github.com> Date: Sat, 7 May 2022 09:16:19 -0700 Subject: [PATCH 1/2] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 02a21e1..5cd4155 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage('Clone') { steps { echo "checking out the repo" - git 'https://github.com/edureka-devops/jenkins-demo.git' + git 'https://github.com/kadiyalabhargavi/jenkins-demo.git' } } From c10857a6a161d4bc09b610509b154af4e105afba Mon Sep 17 00:00:00 2001 From: kadiyalabhargavi Date: Mon, 30 May 2022 14:33:01 +0000 Subject: [PATCH 2/2] testing SCM polling --- Fibonacci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fibonacci.sh b/Fibonacci.sh index 434ed6a..fe69aae 100755 --- a/Fibonacci.sh +++ b/Fibonacci.sh @@ -20,7 +20,7 @@ else fi f1=0 -f2=1 +f2=2 echo "The Fibonacci sequences for the number $Num is : "