We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bb8529 + f52bca8 commit b3f73a0Copy full SHA for b3f73a0
1 file changed
Jenkinsfile
@@ -2,7 +2,7 @@ properties([
2
pipelineTriggers([[$class: "SCMTrigger", scmpoll_spec: "H/15 * * * *"]])
3
])
4
5
-node {
+node ("docker-light") {
6
def SOURCEDIR = pwd()
7
try {
8
stage("Clean up") {
0 commit comments