Skip to content
Snippets Groups Projects
Commit 3ad9ae40 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

update the Jenkinsfile for new SimplePythonBuild implementation

parent 076d77f7
No related branches found
No related tags found
No related merge requests found
// https://gitlab.geant.net/live-projects/jenkins-pipeline/-/tree/master/vars
library 'SWDPipeline'
SimplePythonBuild('nat-resource-management');
// Parameters:
// name (must match the name of the project in GitLab/SWD release jenkins)
String name = 'nat-resource-management'
// emails of people to always notify on build status changes
List<String> extraRecipients = ['erik.reid@geant.org']
// python versions (docker tags) to test against, must be explicit versions
List<String> pythonTestVersions = ['3.10', '3.11']
SimplePythonBuild(name, extraRecipients, pythonTestVersions)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment