mirror of
https://gitea.massivebox.net/massivebox/ecodash.git
synced 2025-01-16 05:37:32 +01:00
Minor inconvenience
This commit is contained in:
parent
d0f8950c3c
commit
97994ab47a
2
jenkins/Jenkinsfile
vendored
2
jenkins/Jenkinsfile
vendored
@ -63,7 +63,7 @@ pipeline {
|
|||||||
when { branch 'master' }
|
when { branch 'master' }
|
||||||
steps {
|
steps {
|
||||||
withCredentials([usernamePassword(credentialsId: 'gitea-credentials', usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) {
|
withCredentials([usernamePassword(credentialsId: 'gitea-credentials', usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) {
|
||||||
sh 'docker login -u $USER -p $PASSWORD $DOCKER_REGISTRY'
|
sh 'docker login -u $USERNAME -p $PASSWORD $DOCKER_REGISTRY'
|
||||||
}
|
}
|
||||||
sh """
|
sh """
|
||||||
docker image tag ecodash $DOCKER_REGISTRY/$SERVICE:$TAG
|
docker image tag ecodash $DOCKER_REGISTRY/$SERVICE:$TAG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user