{"id":23779476,"url":"https://github.com/saagie/gradle-saagie-dataops-plugin","last_synced_at":"2026-04-10T11:30:16.127Z","repository":{"id":42137510,"uuid":"192802243","full_name":"saagie/gradle-saagie-dataops-plugin","owner":"saagie","description":"Saagie Gradle Plugin for the new version (2.0) of Saagie Dataops Orchestrator","archived":false,"fork":false,"pushed_at":"2022-04-12T08:54:42.000Z","size":1536,"stargazers_count":2,"open_issues_count":54,"forks_count":0,"subscribers_count":11,"default_branch":"develop","last_synced_at":"2025-01-01T10:18:49.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saagie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-19T20:47:21.000Z","updated_at":"2021-12-20T10:22:07.000Z","dependencies_parsed_at":"2022-08-12T07:40:18.263Z","dependency_job_id":null,"html_url":"https://github.com/saagie/gradle-saagie-dataops-plugin","commit_stats":null,"previous_names":[],"tags_count":141,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagie%2Fgradle-saagie-dataops-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagie%2Fgradle-saagie-dataops-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagie%2Fgradle-saagie-dataops-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagie%2Fgradle-saagie-dataops-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saagie","download_url":"https://codeload.github.com/saagie/gradle-saagie-dataops-plugin/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239979332,"owners_count":19728502,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-01T10:18:54.557Z","updated_at":"2026-04-10T11:30:16.072Z","avatar_url":"https://github.com/saagie.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gradle-saagie-dataops-plugin\nSaagie Gradle Plugin for the new version (2.0) of Saagie Dataops Orchestrator\n\nIf you are looking for the gradle plugin for Saagie Manager 1.0 please go there : https://github.com/saagie/gradle-saagie-plugin\n\nMore informations about Saagie: https://www.saagie.com\n\nThis plugin is only compatible with Gradle 5.1 to 6.x (not compatible with Gradle 7.0+)\n\n\n## Setup\n\n```\nplugins {\n  id \"io.saagie.gradle-saagie-dataops-plugin\" version \"2.3.0\"\n}\n```\n\n## Usage\n\nThe following tasks are available:\n```\n\u003e gradle tasks\n\nSaagie tasks\n------------\ngroupList - List all groups for the user\nplatformList - List available platforms\nprojectsCreate - Create a brand new project\nprojectsCreateJob - Create a brand new job in a project\nprojectsCreatePipeline - Create a linear pipeline\nprojectsCreateGraphPipeline - Create a pipeline with a graph\nprojectsDelete - Delete a project\nprojectsDeleteJob - Delete a job\nprojectsDeletePipeline - Delete a pipeline\nprojectsExport - Export a list of jobs, pipelines and environments variables for a project to a zip format\nprojectsExportV1 - Export a list of jobs, pipelines and environment variables from Manager to a zip format so it can be imported into V2 ( projects )\nprojectsGetJobInstanceStatus - Get the status of a job instance\nprojectsGetPipelineInstanceStatus - Get the status of a pipeline instance\nprojectsImport - Import a List of jobs, pipelines or environment variables using the artifacts from a zip location\nprojectsList - List all projects on the environment\nprojectsListJobs - List all jobs of a project\nprojectsListPipelines - List all linears pipelines of a project\nprojectsListGraphPipelines - List all pipelines (graph and linears) of a project, in the form of a graph\nprojectsListTechnologies - List all technologies of a project\nprojectsRunJob - Run an existing job\nprojectsRunPipeline - Run a pipeline\nprojectsStopJobInstance - Stop a job instance\nprojectsStopPipelineInstance - Stop a pipeline instance\nprojectsUpdate - Update an existing project\nprojectsUpgradeJob - Upgrade a existing job in a project\nprojectsUpgradePipeline - Upgrade a linear pipeline\nprojectsUpgradeGraphPipeline - Upgrade a graph pipeline\ntechnologyList - List all technologies for the user\n```\n\n## Quick Example\n```\nsaagie {\n    server {\n        url = 'https://saagie-beta.prod.saagie.io'\n        login = 'my-login'\n        password = 'my-password'\n        environment = 4\n    }\n    project {\n        id = '2dc84971-6c9c-4500-8be1-9c7faff19f7b'\n    }\n}\n```\nThen launch command ```gradle projectsListJobs```\n\n## Debug\n```\ngradle projectsList -w # launch in warn mode\ngradle projectsList -i # launch in info mode\ngradle projectsList -d # launch in debug mode\n```\n\n## Documentation\nFull documentation is available on the [wiki](https://github.com/saagie/gradle-saagie-dataops-plugin/wiki)\n\n## Changelog\n\nChangelogs are available [here](https://github.com/saagie/gradle-saagie-dataops-plugin/releases)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaagie%2Fgradle-saagie-dataops-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaagie%2Fgradle-saagie-dataops-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaagie%2Fgradle-saagie-dataops-plugin/lists"}