diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 000000000..daa8063f8 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,30 @@ +pipeline { + agent any + + stages{ + stage("one"){ + steps{ + echo 'step 1' + sleep 3 + } + } + stage("two"){ + steps{ + echo 'step 2' + sleep 9 + } + } + stage("three"){ + steps{ + echo 'step 3' + sleep 5 + } + } + } + + post{ + always{ + echo 'This pipeline is completed.' + } + } +} diff --git a/README.md b/README.md index a8ee7312c..5dab63473 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,6 @@ Note ---- The voting application only accepts one vote per client. It does not register votes if a vote has already been submitted from a client. + +I am tom +tom - test diff --git a/worker/pom.xml b/worker/pom.xml index c0c976441..14ae0084a 100644 --- a/worker/pom.xml +++ b/worker/pom.xml @@ -102,3 +102,5 @@ + + diff --git a/worker/tom-test.txt b/worker/tom-test.txt new file mode 100644 index 000000000..241587d0e --- /dev/null +++ b/worker/tom-test.txt @@ -0,0 +1 @@ +tom