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
5 changes: 1 addition & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

pipeline{
tools{
jdk 'myjava'
maven 'mymaven'
}

agent any
stages{
stage('Checkout'){
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
-------------------
```
Expand Down