Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudogu/nexus-scripting
nexus-scripting provides an go api and a command line interface for the scripting api Sonatype Nexus 3
https://github.com/cloudogu/nexus-scripting
go golang groovy nexus nexus-scripting scripting
Last synced: 2 months ago
JSON representation
nexus-scripting provides an go api and a command line interface for the scripting api Sonatype Nexus 3
- Host: GitHub
- URL: https://github.com/cloudogu/nexus-scripting
- Owner: cloudogu
- License: agpl-3.0
- Created: 2018-04-16T12:01:28.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-18T13:21:40.000Z (3 months ago)
- Last Synced: 2024-10-01T14:59:43.836Z (3 months ago)
- Topics: go, golang, groovy, nexus, nexus-scripting, scripting
- Language: Go
- Size: 35.2 KB
- Stars: 5
- Watchers: 16
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nexus-scripting
nexus-scripting provides an go api and a command line interface for the scripting api Sonatype Nexus 3
## Requirements
* [Go](https://golang.org/) >= 1.10
* [Dep](https://golang.github.io/dep/)## Testing
* build
```bash
make
```
* start nexus
```bash
docker-compose up -d
```
* configure nexus-scripting
```bash
export NEXUS_URL="http://localhost:8081"
export NEXUS_USER="admin"
export NEXUS_PASSWORD="admin123"
```
* execute sample script
```bash
./target/nexus-scripting execute sample.groovy
./target/nexus-scripting execute --payload 'Tricia McMillian' sample.groovy
```---
## What is the Cloudogu EcoSystem?
The Cloudogu EcoSystem is an open platform, which lets you choose how and where your team creates great software. Each service or tool is delivered as a Dogu, a Docker container. Each Dogu can easily be integrated in your environment just by pulling it from our registry.We have a growing number of ready-to-use Dogus, e.g. SCM-Manager, Jenkins, Nexus Repository, SonarQube, Redmine and many more. Every Dogu can be tailored to your specific needs. Take advantage of a central authentication service, a dynamic navigation, that lets you easily switch between the web UIs and a smart configuration magic, which automatically detects and responds to dependencies between Dogus.
The Cloudogu EcoSystem is open source and it runs either on-premises or in the cloud. The Cloudogu EcoSystem is developed by Cloudogu GmbH under [AGPL-3.0-only](https://spdx.org/licenses/AGPL-3.0-only.html).
## License
Copyright © 2020 - present Cloudogu GmbH
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
See [LICENSE](LICENSE) for details.---
MADE WITH :heart: FOR DEV ADDICTS. [Legal notice / Imprint](https://cloudogu.com/en/imprint/?mtm_campaign=ecosystem&mtm_kwd=imprint&mtm_source=github&mtm_medium=link)