diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 00000000..0b167ad7 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,15 @@ +pipeline { + agent { + docker { + image 'maven' + } + + } + stages { + stage('Build') { + steps { + sh 'mvn clean package' + } + } + } +} \ No newline at end of file diff --git a/README.md b/README.md index 5eb74832..235be29d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Potato If you fork this then you can say you forked a potato. -![potato](http://i.imgur.com/LARtp1o.jpg) + Forking potatoes is an ancient and well-mannered tradition.