From c3eb9381a34d035f36657c4432e117ac56f78c8b Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Thu, 9 Dec 2021 15:30:21 +0100
Subject: [PATCH] Update README Remove old Jenkinsfile

---
 Jenkinsfile_OLD      | 26 --------------------------
 docs_dhrep/index.rst |  6 +++---
 2 files changed, 3 insertions(+), 29 deletions(-)
 delete mode 100644 Jenkinsfile_OLD

diff --git a/Jenkinsfile_OLD b/Jenkinsfile_OLD
deleted file mode 100644
index b508c841..00000000
--- a/Jenkinsfile_OLD
+++ /dev/null
@@ -1,26 +0,0 @@
-node {
-  def mvnHome
-
-  stage('Preparation') {
-    mvnHome = tool 'Maven 3.5.0'
-    checkout scm
-}
-
-  stage('Build') {
-    sh "'${mvnHome}/bin/mvn' -U clean deploy -Pdhrep.deb"
-  }
-
-  stage('Publish') {
-    def pom = readMavenPom file: 'oaipmh-webapp/pom.xml'
-    def pName = pom.artifactId
-    def pVersion = pom.parent.version
-    def snapshot = pVersion.contains("SNAPSHOT")
-
-    if (snapshot) {
-        doDebSnapshot(pName, 'oaipmh-webapp/target', pVersion)
-    }
-    else {
-        doDebRelease(pName, 'oaipmh-webapp/target', pVersion)
-    }
-  }
-}
diff --git a/docs_dhrep/index.rst b/docs_dhrep/index.rst
index c61d46e1..d905c42c 100644
--- a/docs_dhrep/index.rst
+++ b/docs_dhrep/index.rst
@@ -218,6 +218,6 @@ License
 See LICENCE_
 
 
-.. _LICENCE: https://projects.gwdg.de/projects/oai-pmh/repository/revisions/master/entry/LICENSE.txt
-.. _oaipmh_sources: https://projects.gwdg.de/projects/oai-pmh/repository
-.. _oaipmh_bugtracking: https://projects.gwdg.de/projects/dariah-de-repository/work_packages
+.. _LICENCE: https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/-/blob/main/LICENSE.txt
+.. _oaipmh_sources: https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/
+.. _oaipmh_bugtracking: https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services/-/issues
-- 
GitLab