changing annotations

This commit is contained in:
areeqakbr 2025-02-25 09:27:20 +07:00
parent 3faf5affc1
commit c243f41c62
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -28,9 +28,9 @@ pipeline {
steps {
script {
withCredentials([usernamePassword(credentialsId: "${DOCKERUSRPASS}", usernameVariable: 'REGISTRY_USER', passwordVariable: 'REGISTRY_TOKEN')]) {
sh '
sh """
echo "$REGISTRY_TOKEN" | docker login "$REGISTRY_URL" --username ${REGISTRY_USER} --password-stdin
'
"""
}
}
}