Commit 17e4f212 authored by Serdar TURKEL's avatar Serdar TURKEL

final 6

parent 8631c224
......@@ -24,9 +24,11 @@ pipeline {
stages {
stage('Build') {
steps {
sh '''
export JAVA_HOME="${tool 'JDK 1.8'}"
export PATH="${JAVA_HOME}/bin:${env.PATH}"
sh 'mvn dependency:tree -Dverbose -B -DskipTests clean package'
mvn dependency:tree -Dverbose -B -DskipTests clean package
'''
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment