Skip to content

Commit

Permalink
remove system property
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaxey committed Mar 17, 2022
1 parent 3339b36 commit c27f366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dynamic Credentials.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ project "Credential Examples",{
""".stripIndent()
attachParameter formalParameterName : Credentials
}
property "ec_customEditorData/parameters/${Credentials}/formType", value: "standard"
}
pipeline 'Use Dynamic Credentials', {
formalParameter Credentials, type: 'credential', required: true
Expand Down

0 comments on commit c27f366

Please sign in to comment.