We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205b8ce commit cf6dec3Copy full SHA for cf6dec3
lesson-jenkins/Jenkinsfile
@@ -11,7 +11,7 @@ node {
11
/* This builds the actual image; synonymous to
12
* docker build on the command line */
13
14
- app = docker.build("getintodevops/hellonode")
+ app = docker.build("elrey741/hellonode_devops_masterclass")
15
}
16
17
stage('Test image') {
0 commit comments