SAP-archive / cloud-s4-sdk-pipeline-lib

The SAP Cloud SDK pipeline library defines essential functions for building cloud extension applications. The SAP Cloud SDK pipeline uses this library.
Apache License 2.0
27 stars 22 forks source link

Bug in executeDockernative ? #4

Closed MathiasHeld closed 6 years ago

MathiasHeld commented 6 years ago

see line 38: guess should be without ticks

  for(String envVar: specialEnvironments){
        **if(dockerEnvVars == null || !dockerEnvVars.containsKey('envVar')){**
            options += " --env ${envVar}"
        }
    }
rkamath3 commented 6 years ago

@MathiasHeld Thanks for reporting the issue. This will be fixed soon.