Project

General

Profile

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": "\nSend build notification to Redmine by using Redmine Builder CI plugin.\n"
}
},
"sources": {
"git.py": {
"options": [
"branch",
"url"
],
"meta": [],
"doc": "\nGet source files from git\n"
}
},
"publish": {
"redmine.py": {
"options": [
"file",
"override_name",
"key",
"url"
],
"meta": [
"name",
"version"
],
"doc": "\nThis module permits to publish any file to Redmine files project.\n"
},
"createrepo.py": {
"options": [
"default_target"
],
"meta": [
"name"
],
"doc": "\nCreate Redhat/Centos repository thanks to createrepo.\n"
},
"apt-ftparchive.py": {
"options": [
"default_target"
],
"meta": [
"name",
"arch",
"dist"
],
"doc": "\nCreate Debian/Ubuntu repository\n"
},
"local-folder.py": {
"options": [
"default_target",
"target_path",
"source_files"
],
"meta": [
"name"
],
"doc": "\nPublish any files into a folder on your build server\n"
}
},
"builder": {
"pbuilder.py": {
"options": [
"processor",
"basetgz",
"dist"
],
"meta": [],
"doc": "\nBuild native Debian/Ubuntu package\n"
},
"rpmbuild.py": {
"options": [],
"meta": [
"name"
],
"doc": "\nBuild native Redhat/Centos package (not advised for binary build, prefer docker otherwise)\n"
},
"docker.py": {
"options": [
"image",
"env"
],
"meta": [],
"doc": "\nBuild any kind of packages\n"
}
}
}
    (1-1/1)