diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 000000000..ea8b92d72 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,16 @@ +pipeline { + agent { label 'java' } + stages { + stage('checkout') { + steps { + sh 'git clone https://github.com/Sahanamahadev/hello-world-war.git' + } + } + stage('build') { + steps { + sh 'mvn clean package' + } + } + +} +} diff --git a/README.md b/README.md index 2d4e291f5..34c597f33 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Hello World! (WAR-style) =============== This is the simplest possible Java webapp for testing servlet container deployments. It should work on any container and requires no other dependencies or configuration. +hi Welcome +hi tursday