Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SpringTemplate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Serdar TURKEL
SpringTemplate
Commits
14001615
Commit
14001615
authored
Nov 16, 2022
by
Serdar TURKEL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat 1
parent
f6687e1d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
Dockerfile
Dockerfile
+1
-1
Jenkinsfile
Jenkinsfile
+0
-5
pom.xml
pom.xml
+2
-2
No files found.
Dockerfile
View file @
14001615
FROM
openjdk:8-jdk-alpine
FROM
openjdk:8-jdk-alpine
MAINTAINER
inity.com.tr
MAINTAINER
inity.com.tr
ENTRYPOINT
["java", "-cp", "./target", "-jar", "./target/SpringTemplate-0.0.1.jar"]
ENTRYPOINT
["java", "-cp", "./target", "-jar", "./target/spring-template-0.0.1.jar"]
\ No newline at end of file
\ No newline at end of file
Jenkinsfile
View file @
14001615
...
@@ -29,11 +29,6 @@ pipeline {
...
@@ -29,11 +29,6 @@ pipeline {
sh
'mvn dependency:tree -Dverbose -B -DskipTests clean package'
sh
'mvn dependency:tree -Dverbose -B -DskipTests clean package'
}
}
}
}
stage
(
'Docker Compose Build'
)
{
steps
{
sh
'docker-compose build'
}
}
stage
(
"Nexus"
)
{
stage
(
"Nexus"
)
{
steps
{
steps
{
script
{
script
{
...
...
pom.xml
View file @
14001615
...
@@ -9,9 +9,9 @@
...
@@ -9,9 +9,9 @@
<relativePath/>
<!-- lookup parent from repository -->
<relativePath/>
<!-- lookup parent from repository -->
</parent>
</parent>
<groupId>
com.inity
</groupId>
<groupId>
com.inity
</groupId>
<artifactId>
SpringT
emplate
</artifactId>
<artifactId>
spring-t
emplate
</artifactId>
<version>
0.0.1
</version>
<version>
0.0.1
</version>
<name>
SpringT
emplate
</name>
<name>
spring-t
emplate
</name>
<description>
Inity Spring Template Project
</description>
<description>
Inity Spring Template Project
</description>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<properties>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment