Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
scherler committed Feb 13, 2017
1 parent 2412573 commit 8745249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
@@ -1,6 +1,7 @@
node() {
// adds job parameters within jenkinsfile
properties([
submitterParameter: 'submitter',
parameters([[$class: 'TextParameterDefinition', name: 'text', description: "enter something"]])
])
stage("one") {
Expand Down

0 comments on commit 8745249

Please sign in to comment.