diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index ca5a761..0000000 --- a/.gitmodules +++ /dev/null @@ -1,4 +0,0 @@ -[submodule "build_utils"] - path = build_utils - url = git@github.com:rbkmoney/build_utils.git - branch = master diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index b7f3505..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,26 +0,0 @@ -#!groovy -// -*- mode: groovy -*- - -build('wb-list-proto', 'docker-host') { - checkoutRepo() - loadBuildUtils() - - def pipeDefault - def gitUtils - runStage('load pipeline') { - env.JENKINS_LIB = "build_utils/jenkins_lib" - pipeDefault = load("${env.JENKINS_LIB}/pipeDefault.groovy") - pipeJavaProto = load("${env.JENKINS_LIB}/pipeJavaProto.groovy") - gitUtils = load("${env.JENKINS_LIB}/gitUtils.groovy") - } - - pipeDefault() { - - runStage('compile') { - sh "make wc_compile" - } - - env.skipSonar = 'true' - pipeJavaProto() - } -} diff --git a/build_utils b/build_utils deleted file mode 160000 index ccf6189..0000000 --- a/build_utils +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ccf618949b95590d572157b248289428abeaa2e5