Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reimplemenation with many new features #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2015

  1. Merge pull request #1 from jenkinsci/master

    merge master to private branch
    mwinter69 committed Nov 29, 2015
    Configuration menu
    Copy the full SHA
    e1db75d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. reimplementation of python plugin

    Features:
    - Support for python2 and python3
    - allow to give a path to a file or enter directly a script
    - define options for python
    - define arguments for the script
    mwinter69 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    2bbc19b View commit details
    Browse the repository at this point in the history
  2. formatting of code

    mwinter69 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    046373e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Configuration menu
    Copy the full SHA
    6083d53 View commit details
    Browse the repository at this point in the history
  2. resolve env vars

    mwinter69 committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    af390af View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. marker file for conversion to new plugin

    if t marker file is present, existing scripts will be converted to python 3
    otherwise to python 2
    mwinter69 committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    6816f45 View commit details
    Browse the repository at this point in the history