Skip to content

Commit

Permalink
fix: typo in launchTimeoutSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalBourdier authored Jan 30, 2025
1 parent c316119 commit 12f9eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (j *Jenkins) CreateNode(ctx context.Context, name string, numExecutors int,
"suffixStartSlaveCmd": params["suffixStartSlaveCmd"],
"maxNumRetries": params["maxNumRetries"],
"retryWaitTime": params["retryWaitTime"],
"lanuchTimeoutSeconds": params["lanuchTimeoutSeconds"],
"launchTimeoutSeconds": params["launchTimeoutSeconds"],
"type": "hudson.slaves.DumbSlave",
"stapler-class-bag": "true"}
default:
Expand Down

0 comments on commit 12f9eed

Please sign in to comment.