use user/key pair
Gitea Bucky/url-shortener/pipeline/head This commit looks good Details

master
Adam Townsend 2023-12-18 17:33:09 -08:00
parent 6d0f594bba
commit 4659942800
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -123,7 +123,7 @@ pipeline {
}
stage('Generate SHA256 Hash and Upload to Artifact Repository') {
environment {
ARTIFACTS_KEY = credentials('artifacts-key')
ARTIFACTS_KEY = credentials('artifactor-key')
}
steps {
sh ''' #!/usr/local/bin/bash