-
Notifications
You must be signed in to change notification settings - Fork 18
/
pipeline-configs.yaml
33 lines (28 loc) · 1 KB
/
pipeline-configs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
jobs:
# JOB-name:
# description: Description of job
# repository: github-user/github-repo
# branch: branch to build
# clone_timeout: Timeout in minutes for git clone, default 10 minutes
# jenkinsfile: Path and name of the Jenkinsfile, default Jenkinsfile
# after: [Automatically run this job after any of these jobs have been run]
OMERO-gradle-plugins-build:
description: Build omero-gradle-plugins
repository: SPACEUSER/omero-gradle-plugins
branch: SPACENAME_ci
OMERO-python-superbuild-build:
description: Build omero-python-superbuild
repository: SPACEUSER/omero-python-superbuild
branch: SPACENAME_ci
OMERO-build-build:
description: Build omero-build
repository: SPACEUSER/omero-build
branch: SPACENAME_ci
OMERO-insight-build:
description: Build omero-insight
repository: SPACEUSER/omero-insight
branch: SPACENAME_ci
OMERO-matlab-build:
description: Build omero-matlab
repository: SPACEUSER/omero-matlab
branch: SPACENAME_ci