Skip to content

Commit

Permalink
updates to jenkins ccli ampersand file read
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Jan 30, 2024
1 parent 064a2f3 commit 4736720
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def parameter_one
"\x03\x00\x00\x01\x31\x00\x00\x00"
end

def data_generator(pad = false)
def data_generator(pad: false)
data = []
data << request_header
data << parameter_one if pad == true
Expand All @@ -162,7 +162,7 @@ def data_generator(pad = false)
data.join('')
end

def upload_request(uuid, multi_line_file = true)
def upload_request(uuid, multi_line_file: true)
# send upload request asking for file

# In testing against Docker image on localhost, .01 seems to be the magic to get the download request to hit very slightly ahead of the upload request
Expand Down

0 comments on commit 4736720

Please sign in to comment.