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

Updated the Jenkinsfile for new SimplePythonBuild implementation

parent 241fa247
No related branches found
No related tags found
No related merge requests found
Pipeline #84023 failed
// https://gitlab.geant.net/live-projects/jenkins-pipeline/-/tree/master/vars
library 'SWDPipeline'
SimplePythonBuild('geant-service-orchestrator');
// Parameters:
// name (must match the name of the project in GitLab/SWD release jenkins)
String name = 'geant-service-orchestrator'
// 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.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