Skip to content
Snippets Groups Projects
Commit 86dce71d authored by Pelle Koster's avatar Pelle Koster
Browse files

Merge branch 'develop' of gitlab.geant.net:live-projects/brian-polling-manager into develop

parents c12fd376 50feca87
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'
// Parameters:
// project_name (must match the name of the project in GitLab/SWD release jenkins)
// extra_recipients (optional, list of email addresses to always receive notifications, in addition to the default in jenkins)
// python_test_versions (list of python versions, resolving to docker tags, to test against)
String name = 'brian-polling-manager'
List<String> extraRecipients = ['bjarke@nordu.net', 'erik.reid@geant.org']
List<String> pythonTestVersions = ['3.11']
SimplePythonBuild(name, extraRecipients, pythonTestVersions)
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='brian-polling-manager', name='brian-polling-manager',
version="0.11", version="0.12",
author='GEANT', author='GEANT',
author_email='swd@geant.org', author_email='swd@geant.org',
description='service for managing BRIAN polling checks', description='service for managing BRIAN polling checks',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment