Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
b777498b
Commit
b777498b
authored
1 year ago
by
Mohammad Torkashvand
Browse files
Options
Downloads
Patches
Plain Diff
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
1 year ago
Stage: tox
Stage: documentation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Jenkinsfile
+12
-1
12 additions, 1 deletion
Jenkinsfile
with
12 additions
and
1 deletion
Jenkinsfile
+
12
−
1
View file @
b777498b
// 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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment