Skip to content
Snippets Groups Projects
Commit cfd54b05 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

add appEnvironmentVariables to jenkinsfile

parent 7dd5c98b
No related branches found
No related tags found
1 merge request!67add appEnvironmentVariables to jenkinsfile
Pipeline #84061 passed
This commit is part of merge request !67. Comments created here will be created in the context of that merge request.
......@@ -11,4 +11,10 @@ List<String> extraRecipients = ['erik.reid@geant.org']
// python versions (docker tags) to test against, must be explicit versions
List<String> pythonTestVersions = ['3.11']
SimplePythonBuild(name, extraRecipients, pythonTestVersions)
// Environment variables you want to pass
Map<String, String> appEnvironmentVariables = [
'USE_ISOLATED_DOCKER_COMPOSE': '1',
// add more as needed
]
SimplePythonBuild(name, extraRecipients, pythonTestVersions, appEnvironmentVariables)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment