Skip to content

Commit

Permalink
Update nodejs_docker.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
yanivomc authored Jul 13, 2021
1 parent 9fdada3 commit 900c418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/dsl/nodejs_docker.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
job('NodeJS Docker example') {
scm {
git('git://github.com/yanivomc/docker-cicd.git') { node -> // is hudson.plugins.git.GitSCM
git('git://github.com/yanivomc/docker-cicd.git','master') { node -> // is hudson.plugins.git.GitSCM
node / gitConfigName('DSL User')
node / gitConfigEmail('[email protected]')
}
Expand Down

0 comments on commit 900c418

Please sign in to comment.