diff --git a/Jenkinsfile b/Jenkinsfile index 224e0fbea92518c5f4579fb8b9dd7e74fc9e9ae6..b15672bf7da977b8dd8c5a5bc8dd7041465c29eb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,10 +11,4 @@ List<String> extraRecipients = ['erik.reid@geant.org'] // python versions (docker tags) to test against, must be explicit versions List<String> pythonTestVersions = ['3.11'] -// Environment variables you want to pass -Map<String, String> appEnvironmentVariables = [ - 'USE_ISOLATED_DOCKER_COMPOSE': '1', - // add more as needed -] - -SimplePythonBuild(name, extraRecipients, pythonTestVersions, appEnvironmentVariables) +SimplePythonBuild(name, extraRecipients, pythonTestVersions)