remove redundant

This commit is contained in:
ggmaleva 2021-12-30 13:28:07 +03:00
parent 4ecdd2f549
commit 0c65f01c14
3 changed files with 0 additions and 27 deletions

4
.gitmodules vendored
View File

@ -1,4 +0,0 @@
[submodule "build_utils"]
path = build_utils
url = git@github.com:rbkmoney/build_utils.git
branch = master

22
Jenkinsfile vendored
View File

@ -1,22 +0,0 @@
#!groovy
build('columbus', 'java-maven') {
checkoutRepo()
loadBuildUtils()
runStage('Pull postgres-geodata') {
docker.withRegistry('https://dr2.rbkmoney.com/v2/', 'jenkins_harbor') {
docker.image('dr2.rbkmoney.com/rbkmoney/postgres-geodata:0eb52256576ec22f89fadc3e7fe505b692e838a3').pull()
}
}
def javaServicePipeline
runStage('load JavaService pipeline') {
javaServicePipeline = load("build_utils/jenkins_lib/pipeJavaService.groovy")
}
def serviceName = env.REPO_NAME
def mvnArgs = '-DjvmArgs="-Xmx256m"'
def useJava11 = true
javaServicePipeline(serviceName, useJava11, mvnArgs)
}

@ -1 +0,0 @@
Subproject commit 540183862bc9fd04682e226de2056a320fd44be9