We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e82f0b commit 2075282Copy full SHA for 2075282
1 file changed
Jenkinsfile
@@ -18,7 +18,7 @@ pipeline{
18
steps{
19
withCredentials([usernamePassword(credentialsId: 'docker', usernameVariable: 'DOCKER_USER', passwordVariable: 'DOCKER_PASS')]){
20
sh '''
21
- echo %DOCKER_PASS% |
+ echo $DOCKER_PASS |
22
docker login -u $DOCKER_USER --password-stdin
23
docker push $IMAGE_NAME:latest
24
docker logout
0 commit comments