Commit 14001615 authored by Serdar TURKEL's avatar Serdar TURKEL

feat 1

parent f6687e1d
FROM openjdk:8-jdk-alpine
MAINTAINER inity.com.tr
ENTRYPOINT ["java", "-cp", "./target", "-jar", "./target/SpringTemplate-0.0.1.jar"]
\ No newline at end of file
ENTRYPOINT ["java", "-cp", "./target", "-jar", "./target/spring-template-0.0.1.jar"]
\ No newline at end of file
......@@ -29,11 +29,6 @@ pipeline {
sh 'mvn dependency:tree -Dverbose -B -DskipTests clean package'
}
}
stage('Docker Compose Build') {
steps {
sh 'docker-compose build'
}
}
stage("Nexus") {
steps {
script {
......
......@@ -9,9 +9,9 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.inity</groupId>
<artifactId>SpringTemplate</artifactId>
<artifactId>spring-template</artifactId>
<version>0.0.1</version>
<name>SpringTemplate</name>
<name>spring-template</name>
<description>Inity Spring Template Project</description>
<packaging>jar</packaging>
<properties>
......
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