#26 Update scm connection
This commit is contained in:
4
build/Jenkinsfile
vendored
4
build/Jenkinsfile
vendored
@@ -29,10 +29,10 @@ pipeline {
|
|||||||
git config commit.gpgsign true
|
git config commit.gpgsign true
|
||||||
git config tag.gpgSign true
|
git config tag.gpgSign true
|
||||||
|
|
||||||
|
git remote set-url origin https://${GITEA_CREDS_USR}:${GITEA_CREDS_PSW}@${GIT_URL_CLEAN}
|
||||||
|
|
||||||
pkgx mvn release:prepare -B \
|
pkgx mvn release:prepare -B \
|
||||||
-s build/settings.xml \
|
-s build/settings.xml \
|
||||||
-Dpassword=${GITEA_CREDS_PSW} \
|
|
||||||
-Dusername=${GITEA_CREDS_USR} \
|
|
||||||
-DdryRun=${IS_DRY_RUN} \
|
-DdryRun=${IS_DRY_RUN} \
|
||||||
-Dreposilite.url=${REPO_URL} \
|
-Dreposilite.url=${REPO_URL} \
|
||||||
-DtagNameFormat="v@{project.version}" \
|
-DtagNameFormat="v@{project.version}" \
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -46,8 +46,8 @@
|
|||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:https://77zzcx7.de/gitea/MK13/NoBullShit-cloud.git</connection>
|
<connection>scm:git:https://gitea.77zzcx7.de/MK13/NoBullShit-cloud.git</connection>
|
||||||
<developerConnection>scm:git:https://77zzcx7.de/gitea/MK13/NoBullShit-cloud.git</developerConnection>
|
<developerConnection>scm:git:https://gitea.77zzcx7.de/MK13/NoBullShit-cloud.git</developerConnection>
|
||||||
<url>https://77zzcx7.de/gitea/MK13/NoBullShit-cloud</url>
|
<url>https://77zzcx7.de/gitea/MK13/NoBullShit-cloud</url>
|
||||||
<tag>v14</tag>
|
<tag>v14</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|||||||
Reference in New Issue
Block a user