⚲
Project
General
Profile
Sign in
Register
Home
Projects
Builds
Help
Search
:
Builder CI
All Projects
Builder CI
Overview
Activity
Issues
Gantt
Calendar
News
Documents
Wiki
Files
Repository
Builds
Download (2.6 KB)
Files
ยป api-call_1.0.2.json
Build System
, 06/25/2021 10:49 AM
{
"notify"
:
{
"redmine.py"
:
{
"options"
:
[
"key"
,
"url"
],
"meta"
:
[
"commit_id"
,
"status"
,
"dist"
,
"end_time"
,
"redmine_id"
,
"name"
,
"version"
,
"builder"
,
"start_time"
],
"doc"
:
"
\n
Send build notification to Redmine by using Redmine Builder CI plugin.
\n
"
}
},
"sources"
:
{
"git.py"
:
{
"options"
:
[
"branch"
,
"url"
],
"meta"
:
[],
"doc"
:
"
\n
Get source files from git
\n
"
}
},
"publish"
:
{
"redmine.py"
:
{
"options"
:
[
"file"
,
"override_name"
,
"key"
,
"url"
],
"meta"
:
[
"name"
,
"version"
],
"doc"
:
"
\n
This module permits to publish any file to Redmine files project.
\n
"
},
"createrepo.py"
:
{
"options"
:
[
"default_target"
],
"meta"
:
[
"name"
],
"doc"
:
"
\n
Create Redhat/Centos repository thanks to createrepo.
\n
"
},
"apt-ftparchive.py"
:
{
"options"
:
[
"default_target"
],
"meta"
:
[
"name"
,
"arch"
,
"dist"
],
"doc"
:
"
\n
Create Debian/Ubuntu repository
\n
"
},
"local-folder.py"
:
{
"options"
:
[
"default_target"
,
"target_path"
,
"source_files"
],
"meta"
:
[
"name"
],
"doc"
:
"
\n
Publish any files into a folder on your build server
\n
"
}
},
"builder"
:
{
"pbuilder.py"
:
{
"options"
:
[
"processor"
,
"basetgz"
,
"dist"
],
"meta"
:
[],
"doc"
:
"
\n
Build native Debian/Ubuntu package
\n
"
},
"rpmbuild.py"
:
{
"options"
:
[],
"meta"
:
[
"name"
],
"doc"
:
"
\n
Build native Redhat/Centos package (not advised for binary build, prefer docker otherwise)
\n
"
},
"docker.py"
:
{
"options"
:
[
"image"
,
"env"
],
"meta"
:
[],
"doc"
:
"
\n
Build any kind of packages
\n
"
}
}
}
(1-1/1)
Loading...