#26 Try usr/pwd again
This commit is contained in:
5
build/Jenkinsfile
vendored
5
build/Jenkinsfile
vendored
@@ -29,11 +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 \
|
||||||
-DdeveloperConnection="scm:git:https://${GITEA_CREDS_USR}:${GITEA_CREDS_PSW}@${GIT_URL_CLEAN}" \
|
-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}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user