diff --git a/Jenkinsfile_OLD b/Jenkinsfile_OLD deleted file mode 100644 index b508c841cc4caa582143f671fe1c13a2ac48b96b..0000000000000000000000000000000000000000 --- 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 c61d46e1a7aac0c358e2eb04039965426c337395..d905c42c03a30931bf14c42a87dcc5908b7e9032 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