GithubHelp home page GithubHelp logo

jglick / appcenter-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jenkinsci/appcenter-plugin

0.0 2.0 0.0 99 KB

Jenkins plugin to upload artefacts to AppCenter

License: MIT License

Java 99.97% HTML 0.03%

appcenter-plugin's Introduction

AppCenter Plugin

Jenkins plugin to upload artefacts to AppCenter. A replacement for the HockeyApp plugin.

Roadmap

This plugin is currently in Alpha and looking for contributors. To begin with it will aim to support the upload functionality of AppCenter. When the APIs for AppCenter become stable this plugin will be eligible to be moved out of Alpha.

Upcoming functionality:

  1. Specify release notes.
  2. More unit tests.

Contributing

If you would like to contribute it would be massively helpful if you followed these steps:

  1. Create an issue first in the Jenkins issue tracker.
    • Use the component appcenter-plugin.
  2. Create a branch from master referencing your issue id.
  3. Commit, commit, commit.
  4. Push your changes and file a PR.

Usage Instructions

Up to date syntax for this plugin can always be found in the Jenkins Pipeline Syntax Generator. However in its simplest form you can upload an artefact to AppCenter like this:

stage('Publish') {
  environment {
    APPCENTER_API_TOKEN = credentials('at-this-moment-you-should-be-with-us')
  }
  steps {
    appCenter apiToken: APPCENTER_API_TOKEN,
            ownerName: 'janes-addiction',
            appName: 'ritual-de-lo-habitual',
            pathToApp: 'three/days/xiola.apk',
            distributionGroups: 'casey, niccoli'
  }
}

It may sound obvious but ensure the file you are trying to upload is available on the node that you are running the plugin from.

appcenter-plugin's People

Contributors

balthov60 avatar mezpahlan avatar santam85 avatar shurikus57 avatar sirrah avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.