Skip to content

Commit

Permalink
remove string
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 6, 2024
1 parent 5f07d76 commit 1694848
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def run(params) {
env.exports = "export BUILD_NUMBER=${BUILD_NUMBER}; export BUILD_VALIDATION=true;"

ssh_option = '-o StrictHostKeyChecking=no -o ConnectTimeout=7200 -o ServerAliveInterval=60'
String server_ami = params.server_ami ?: null
String proxy_ami = params.proxy_ami ?: null
server_ami = params.server_ami ?: ""
proxy_ami = params.proxy_ami ?: ""

//Deployment variables
deployed_local = false
Expand Down

0 comments on commit 1694848

Please sign in to comment.