Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Fibonacci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
fi

f1=0
f2=1
f2=2

echo "The Fibonacci sequences for the number $Num is : "

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

}
}
Expand Down