switch to sourcecode,confdroid.com
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -53,7 +53,7 @@ stage('build and push image to gitlab') {
|
||||
|
||||
stage('build and push image to gitea') {
|
||||
steps {
|
||||
withCredentials([usernamePassword(credentialsId: 'Jenkins-gitea', passwordVariable: 'pw', usernameVariable: 'un')]) {
|
||||
withCredentials([usernamePassword(credentialsId: 'Gitea-package-token', passwordVariable: 'pw', usernameVariable: 'un')]) {
|
||||
sh '''
|
||||
set +xe
|
||||
docker login sourcecode.confdroid.com -u $un -p $pw
|
||||
|
||||
Reference in New Issue
Block a user