Skip to content

Commit

Permalink
Update multijob.dsl
Browse files Browse the repository at this point in the history
  • Loading branch information
yanivomc authored Oct 19, 2022
1 parent ec41fdd commit 0d20161
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions basics/dsl/multijob.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -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 .")
}
}

0 comments on commit 0d20161

Please sign in to comment.