Skip to content

Commit

Permalink
update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devopswise committed Jan 17, 2019
1 parent 880026e commit 37ce433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline {

parameters { string(defaultValue: "master", description: 'What branch?', name: 'branchName')
string(defaultValue: "srvpre01", description: 'Which server?', name: 'vmName')
string(defaultValue: "precdt", description: 'Server's fqdn?', name: 'serverFqdn')
string(defaultValue: "precdt", description: 'Server fqdn?', name: 'serverFqdn')
string(defaultValue: "site.yml", description: 'Which playbook?', name: 'playbook')
}

Expand Down

0 comments on commit 37ce433

Please sign in to comment.