-
Bug
-
Resolution: Not A Defect
-
Major
-
None
-
Jenkins ver. 2.131
I have a job that pulls log files from AWS and scrubs it. This issue has started sometime within the last week or two where my Jenkins console is masking my data. Has anyone encountered this?
Jenkins console shows:
{:timestamp=>156123100590, :message=>"[FILTERED]", :ingestion_time=>1562203601119}
My local (laptop) shows :
{:timestamp=>156123100590, :message=>"[ACTUAL DATA PULLED FROM AWS]", :ingestion_time=>1562203601119}