From 0d20161957199b387a3cb8d1be71893652ec8b85 Mon Sep 17 00:00:00 2001 From: yanivomc Date: Wed, 19 Oct 2022 12:02:18 +0300 Subject: [PATCH] Update multijob.dsl --- basics/dsl/multijob.dsl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/basics/dsl/multijob.dsl b/basics/dsl/multijob.dsl index 34bc391d..6d4c762f 100644 --- a/basics/dsl/multijob.dsl +++ b/basics/dsl/multijob.dsl @@ -27,12 +27,8 @@ job('Yaniv example') { triggers { scm('H/5 * * * *') } - wrappers { - nodejs('nodejs') // this is the name of the NodeJS installation in - // Manage Jenkins -> Configure Tools -> NodeJS Installations -> Name - } steps { - shell("docker run -it alpine echo helllllloooooo") + shell("docker build -t test:test .") } }