Skip to content
Snippets Groups Projects
Commit 6e7eb8f5 authored by OZGCloud's avatar OZGCloud
Browse files

jenkins: add build step

parent edd4841f
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,9 @@ pipeline { ...@@ -44,6 +44,9 @@ pipeline {
script { script {
FAILED_STAGE=env.STAGE_NAME FAILED_STAGE=env.STAGE_NAME
} }
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn -s $MAVEN_SETTINGS clean install'
}
} }
} //stage build } //stage build
} //stages } //stages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment