Skip to content

Commit b3f73a0

Browse files
authored
Merge pull request #80 from rosette-api/WS-1377_expanded-smoke-tests
WS-1377 expanded-smoke-tests
2 parents 8bb8529 + f52bca8 commit b3f73a0

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)