diff --git a/JenkinsFile1 b/JenkinsFile1 index 9a50e19cb..a48cba5ca 100644 --- a/JenkinsFile1 +++ b/JenkinsFile1 @@ -1,8 +1,5 @@ changesdonepipeline{ - tools{ - jdk 'myjava' - maven 'mymaven131' - } + agent any stages{ stage('Checkout on git'){ diff --git a/Jenkinsfile b/Jenkinsfile index 505433978..36aee2a8c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,6 @@ pipeline{ + agent any stages{ stage('Checkout'){ diff --git a/README.md b/README.md index db87c885f..53b29b17a 100644 --- a/README.md +++ b/README.md @@ -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 ------------------- ```