Skip to content

Commit cf6dec3

Browse files
committed
adding personalized jenkins details
1 parent 205b8ce commit cf6dec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson-jenkins/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ node {
1111
/* This builds the actual image; synonymous to
1212
* docker build on the command line */
1313

14-
app = docker.build("getintodevops/hellonode")
14+
app = docker.build("elrey741/hellonode_devops_masterclass")
1515
}
1616

1717
stage('Test image') {

0 commit comments

Comments
 (0)