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

revert --> add appEnvironmentVariables to jenkinsfile

parent cfd54b05
No related branches found
No related tags found
No related merge requests found
Pipeline #84063 passed
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment