diff --git a/Jenkinsfile b/Jenkinsfile index c2cfaf5..626901f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } } @@ -21,5 +21,10 @@ pipeline{ sh "gradle test" } } + stage("Archive"){ + steps{ + sh "echo 'Archiving the build'" + } + } } } diff --git a/README.md b/README.md index b4c508a..56ad6f3 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file + + +11. Change 11 + +Added my test branch + +Added my test branch +Added my test branch +Added my test branch + +**************** +**************** diff --git a/testfile b/testfile new file mode 100644 index 0000000..e69de29 diff --git a/testfile2 b/testfile2 new file mode 100644 index 0000000..e69de29 diff --git a/testfile3 b/testfile3 new file mode 100644 index 0000000..e69de29