Skip to content
Snippets Groups Projects
Commit c3bf9f52 authored by Neda Moeini's avatar Neda Moeini
Browse files

Add Jenkinsfile

parent 1971e6e8
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 = 'sage-validation'
List<String> extraRecipients = ['neda.moeini@geant.org']
List<String> pythonTestVersions = ['3.11']
SimplePythonBuild(name, extraRecipients, pythonTestVersions)
\ No newline at end of file
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