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
9 changes: 7 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pipeline{
}
stages{
stage("Cloning repository"){
steps{
git branch:"master", url:"https://github.com/kadimasum/java-todo.git"
steps{
git branch:'master', url:'https://github.com/NicholasMariga/java-todo.git'
}
}

Expand All @@ -21,5 +21,10 @@ pipeline{
sh "gradle test"
}
}
stage("Archive"){
steps{
sh "echo 'Archiving the build'"
}
}
}
}
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,15 @@ Each branch contains a new "Step" of code. Please fork, then clone.
8. Change 8
9. Change 9
10. Change 10
11. Change 11


11. Change 11

Added my test branch

Added my test branch
Added my test branch
Added my test branch

****************
****************
Empty file added testfile
Empty file.
Empty file added testfile2
Empty file.
Empty file added testfile3
Empty file.