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 c842bedfb..2194f160b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,9 +1,6 @@ pipeline{ - tools{ - jdk 'myjava' - maven 'mymaven' - } + agent any stages{ stage('Checkout'){ diff --git a/README.md b/README.md index cd1203904..74b6a4069 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ ##Addressbook Tutorialll -= by==================== hello worldddddddcccc += by==================== hello worlddddddd This tutorial teaches you some of the basic concepts in [Vaadin Framework](https://vaadin.com). It is meant to be a fast read for learning how to get started - not an example on how application should be 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 test ![Addressbook Screenshot](addressbook_screenshot.png "Addressbook Screenshot") - +changes committed Running the example from the command line ------------------- ```