We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4371272 commit 4e585bfCopy full SHA for 4e585bf
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
6
allprojects {
7
group = 'jshop'
8
- version = '0.1.0'
+ version = 'elk-test'
9
10
java {
11
sourceCompatibility = '17'
jenkins/deploy.jenkins
@@ -15,7 +15,7 @@ pipeline {
15
REDIS_HOST = credentials('REDIS_HOST')
16
REDIS_PORT = credentials('REDIS_PORT')
17
REDIS_PASSWORD = credentials('REDIS_PASSWORD')
18
- VERSION = '0.1.0'
+ VERSION = 'elk-test'
19
IMAGE = 'jshop.kr.ncr.ntruss.com/jshop'
20
}
21
0 commit comments