Skip to content

Commit

Permalink
fix(ci/jenkins): Adds argument to CSRF flag. (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 authored May 14, 2018
1 parent 48e5d1f commit 27f0334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ protected String getCiName() {

@Parameter(
names = "--csrf",
arity = 1,
description = JenkinsCommandProperties.CSRF_DESCRIPTION
)
public Boolean csrf;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ protected String getCiName() {

@Parameter(
names = "--csrf",
arity = 1,
description = JenkinsCommandProperties.CSRF_DESCRIPTION
)
public Boolean csrf;
Expand Down

0 comments on commit 27f0334

Please sign in to comment.