Skip to content
Snippets Groups Projects
Commit 6ab7fe49 authored by KPOTY Kpotivi's avatar KPOTY Kpotivi
Browse files

Update Jenkinsfile

parent 23148873
Branches
No related tags found
No related merge requests found
......@@ -3,12 +3,6 @@ pipeline {
tools {
maven 'maven3'
}
options {
buildDiscarder logRotator(
daysToKeepStr: '15',
numToKeepStr: '10'
)
}
environment {
APP_NAME = "DCUBE_APP"
APP_ENV = "DEV"
......@@ -33,7 +27,7 @@ pipeline {
}
stage('Code Build') {
steps {
bat 'mvn install -Dmaven.test.skip=true'
bat 'mvn clean install -Dmaven.test.skip=true'
}
}
stage('Printing All Global Variables') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment