File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/jenkinsci/plugins/docker/workflow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ public void stepExecutionWithCredentials() throws Exception {
117
117
WorkflowJob p = r .createProject (WorkflowJob .class , "prj" );
118
118
p .setDefinition (new CpsFlowDefinition (
119
119
"node {\n " +
120
- " mockDockerWithEcho {\n " +
120
+ " mockDockerLoginWithEcho {\n " +
121
121
" withDockerRegistry(url: 'https://my-reg:1234', credentialsId: 'registryCreds') {\n " +
122
122
" }\n " +
123
123
" }\n " +
@@ -143,7 +143,7 @@ public void stepExecutionWithCredentialsAndQueueItemAuthenticator() throws Excep
143
143
WorkflowJob p = r .createProject (WorkflowJob .class , "prj" );
144
144
p .setDefinition (new CpsFlowDefinition (
145
145
"node {\n " +
146
- " mockDockerWithEcho {\n " +
146
+ " mockDockerLoginWithEcho {\n " +
147
147
" withDockerRegistry(url: 'https://my-reg:1234', credentialsId: 'registryCreds') {\n " +
148
148
" }\n " +
149
149
" }\n " +
You can’t perform that action at this time.
0 commit comments