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 : " 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' } }