From 63b3906fbb0d151c262999f74102ee4759ce45fb Mon Sep 17 00:00:00 2001 From: yanivomc Date: Wed, 20 Dec 2023 16:33:58 +0200 Subject: [PATCH] Update multijob.dsl --- basics/dsl/multijob.dsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/dsl/multijob.dsl b/basics/dsl/multijob.dsl index a8ed5e3b..dab084ee 100644 --- a/basics/dsl/multijob.dsl +++ b/basics/dsl/multijob.dsl @@ -19,7 +19,7 @@ job('NodeJS example') { job('Eyals Satix example') { scm { - git('https://github.com/yanivomc/docker-cicd.git') { node -> // is hudson.plugins.git.GitSCM + git('https://github.com/yanivomc/docker-cicd-eyal.git') { node -> // is hudson.plugins.git.GitSCM node / gitConfigName('DSL yaniv') node / gitConfigEmail('jenkins-dsl@newtech.academy') }