Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saucelabs/ci-sauce
A project where shared logic between our Java based CI plugins (Jenkins, Bamboo) is kept
https://github.com/saucelabs/ci-sauce
sauce-connect
Last synced: about 9 hours ago
JSON representation
A project where shared logic between our Java based CI plugins (Jenkins, Bamboo) is kept
- Host: GitHub
- URL: https://github.com/saucelabs/ci-sauce
- Owner: saucelabs
- License: apache-2.0
- Created: 2011-12-02T04:40:18.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T09:12:25.000Z (7 months ago)
- Last Synced: 2024-04-23T11:48:24.762Z (7 months ago)
- Topics: sauce-connect
- Language: Java
- Homepage:
- Size: 931 MB
- Stars: 14
- Watchers: 34
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
ci-sauce
========[![Maven Central](https://img.shields.io/maven-central/v/com.saucelabs/ci-sauce.svg)](https://mvnrepository.com/artifact/com.saucelabs/ci-sauce)
This folder contains the common code for the Bamboo and Jenkins Sauce OnDemand plugins.
To build the plugin, you will need [Maven 2](http://maven.apache.org).
To build (compile,test,jar) the plugin run:
```
mvn package
```To release the plugin to maven central
```
mvn release:prepare release:perform
```http://central.sonatype.org/pages/ossrh-guide.html for more details