diff --git a/README.md b/README.md index 4370b604..4edc2eb3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -HelloWorld +HelloWorld again from new branch ========== A simple Java application that can be compiled into a .jar file using Maven. diff --git a/jenkinsfile b/jenkinsfile new file mode 100644 index 00000000..ce032246 --- /dev/null +++ b/jenkinsfile @@ -0,0 +1,24 @@ +pipeline { + agent any + + stages { + stage('Initialize'){ + steps{ + echo "M2_HOME = /opt/maven" + } + } + stage('Build') { + steps { + sh 'mvn clean package' + } + } + } + post { + always { + junit( + allowEmptyResults: true, + testResults: '*/test-reports/.xml' + ) + } + } +} diff --git a/sdfdsf b/sdfdsf new file mode 100644 index 00000000..3938c790 --- /dev/null +++ b/sdfdsf @@ -0,0 +1 @@ +dsfsdfdfs diff --git a/sdfsdf b/sdfsdf new file mode 100644 index 00000000..061a4b82 --- /dev/null +++ b/sdfsdf @@ -0,0 +1 @@ +sdsd