From 701736bb740f2c0eb742ae6dafb0eafcf3270b9b Mon Sep 17 00:00:00 2001 From: KBGade <121091091+KBGade@users.noreply.github.com> Date: Tue, 20 Dec 2022 16:30:14 +0530 Subject: [PATCH 1/3] updates changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ------------------- ``` From 6462ecf5b65a3811bf42734d75c0b13d794683ec Mon Sep 17 00:00:00 2001 From: KBGade <121091091+KBGade@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:40:58 +0530 Subject: [PATCH 2/3] Update JenkinsFile1 --- JenkinsFile1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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'){ From 02987ae5ebc6992cc1c9de582184920a78b2b285 Mon Sep 17 00:00:00 2001 From: KBGade <121091091+KBGade@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:41:15 +0530 Subject: [PATCH 3/3] Update Jenkinsfile --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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'){