Skip to content

Commit

Permalink
style(Jenkinsfile): Fix a string parameter's indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 29, 2023
1 parent 5fca795 commit f563d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integrations/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ pipeline {
)

string(
name: 'ORT_CONFIG_VCS_PATH',
description: 'Optional VCS path of the ORT configuration.',
defaultValue: ''
name: 'ORT_CONFIG_VCS_PATH',
description: 'Optional VCS path of the ORT configuration.',
defaultValue: ''
)

credentials(
Expand Down

0 comments on commit f563d2a

Please sign in to comment.