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

jenkins: add build step

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