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
b2604934
Commit
b2604934
authored
Nov 11, 2022
by
Serdar TURKEL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
final20
parent
f5e04560
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
Jenkinsfile
Jenkinsfile
+4
-1
deploy.sh
deploy.sh
+4
-0
No files found.
Jenkinsfile
View file @
b2604934
pipeline
{
agent
any
tools
{
maven
'Maven 3.8.6'
jdk
'JDK 1.8'
...
...
@@ -21,7 +20,11 @@ pipeline {
stages
{
stage
(
'Build'
)
{
steps
{
sh
'echo ${JAVA_HOME}'
sh
'echo ${MAVEN_HOME}'
sh
'which java'
sh
'java -version'
sh
'which mvn'
sh
'mvn -version'
sh
'mvn dependency:tree -Dverbose -B -DskipTests clean package'
}
...
...
deploy.sh
0 → 100644
View file @
b2604934
git add Jenkinsfile
git commit
-m
$1
git push
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