use user/key pair
Gitea Bucky/url-shortener/pipeline/head This commit looks good
Details
Gitea Bucky/url-shortener/pipeline/head This commit looks good
Details
parent
6d0f594bba
commit
4659942800
|
|
@ -123,7 +123,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Generate SHA256 Hash and Upload to Artifact Repository') {
|
stage('Generate SHA256 Hash and Upload to Artifact Repository') {
|
||||||
environment {
|
environment {
|
||||||
ARTIFACTS_KEY = credentials('artifacts-key')
|
ARTIFACTS_KEY = credentials('artifactor-key')
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh ''' #!/usr/local/bin/bash
|
sh ''' #!/usr/local/bin/bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue