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
5 changes: 1 addition & 4 deletions JenkinsFile1
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
changesdonepipeline{
tools{
jdk 'myjava'
maven 'mymaven131'
}

agent any
stages{
stage('Checkout on git'){
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

pipeline{

agent any
stages{
stage('Checkout'){
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ a fast read for learning how to get started - not an example on how application
designed. Please note this example uses and requires Java 8 to work.. test test test test test test fdfd akshaaattt hi world i am great heloo hellooo testeee

![Addressbook Screenshot](addressbook_screenshot.png "Addressbook Screenshot")


UPdate on the file
Update file
Update file by kiran
Running the example from the command line
-------------------
```
Expand Down