Commit ad499f19 authored by Serdar TURKEL's avatar Serdar TURKEL

feat: jenkins file fixed

parent 2134b46c
FROM openjdk:8-jdk-alpine FROM openjdk:8-jdk-alpine
MAINTAINER inity.com.tr MAINTAINER inity.com.tr
ENTRYPOINT ["java", "-cp", "./target", "-jar", "./target/crm-0.0.1.jar"] ENTRYPOINT ["java", "-cp", "./target", "-jar", "./target/SpringTemplate-0.0.1.jar"]
\ No newline at end of file \ No newline at end of file
...@@ -4,7 +4,7 @@ pipeline { ...@@ -4,7 +4,7 @@ pipeline {
} }
tools { tools {
maven "Maven 3.6.0" maven "Maven 3.8.6"
} }
environment { environment {
......
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