Fix pt 1
ci/woodpecker/push/pages Pipeline was successful Details
ci/woodpecker/push/gradle Pipeline failed Details

This commit is contained in:
Johannes Frohnmeyer 2022-10-27 23:32:23 +02:00
parent be8798866b
commit 8d05c44e04
Signed by: Johannes
GPG Key ID: E76429612C2929F4
3 changed files with 3 additions and 4 deletions

View File

@ -4,6 +4,6 @@ pipeline:
pull: true
commands:
- export GRADLE_USER_HOME=`pwd`/.gradle
- gradle publish -Pmaven="https://maven.frohnmeyer-wds.de"
- gradle publish -Pmaven="https://git.frohnmeyer-wds.de/api/packages/Johannes/maven"
when:
- branch: master

View File

@ -5,8 +5,7 @@ pipeline:
bucket: pages
region: nebula
path_style: true
endpoint:
from_secret: pages_endpoint
endpoint: https://s3.frohnmeyer-wds.de:444/
access_key: pages
secret_key:
from_secret: pages_secret

View File

@ -24,7 +24,7 @@ publishing {
credentials(HttpHeaderCredentials::class) {
name = "Job-Token"
value = System.getenv()["CI_JOB_TOKEN"]
value = System.getenv()["MAVEN_TOKEN"]
}
authentication {
create<HttpHeaderAuthentication>("header")