Skip to content

Commit f52bca8

Browse files
author
Chris Park
committed
WS-1377 expanded-smoke-tests
- route to docker-light
1 parent 8bb8529 commit f52bca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ properties([
22
pipelineTriggers([[$class: "SCMTrigger", scmpoll_spec: "H/15 * * * *"]])
33
])
44

5-
node {
5+
node ("docker-light") {
66
def SOURCEDIR = pwd()
77
try {
88
stage("Clean up") {

0 commit comments

Comments
 (0)