Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Fix issue where jobs not matching branch regex are being deleted #78

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

Commits on Dec 19, 2014

  1. Configuration menu
    Copy the full SHA
    1ac0bc6 View commit details
    Browse the repository at this point in the history
  2. Fixed issue where jobs that match the templateJobPrefix but do not ma…

    …tch the branchNameRegex were being removed
    jpaolini committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    5349f17 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2015

  1. added enable job switch. it allows new jobs to be enabled regardless of

    the state of the template job.
    jpaolini committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    8a0b81a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jpaolini/feature/jp-addOptionToEnableSCMPo…

    …lling
    
    added enable job switch.  it allows new jobs to be enabled regardless of
    jpaolini committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    8c8c273 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4a04cf View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. in progress. adding ability to create builds based on last commit dat…

    …e for a branch
    Joe Paolini committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    665dd5c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. modified so the number of days since the last commit could be is an a…

    …rgument. this allows the user to control job creation based on branches and commit date to help with branches not being cleaned up. only create jobs if a commit has occured on the branch within the number of days since the last commit. for example if a branch hasn't had a commit in 10 days and daysSinceCommit = 5, a job will not be created for that branch
    Joe Paolini committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    7b061ac View commit details
    Browse the repository at this point in the history
  2. uncommented line that shows the configuration

    Joe Paolini committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    f5f3b4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1587ead View commit details
    Browse the repository at this point in the history
  4. fixed spacing

    Joe Paolini committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    4479408 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from jpaolini/feature/jp_JobsByCommitDate

    Feature/jp jobs by commit date
    jpaolini authored Sep 9, 2016
    Configuration menu
    Copy the full SHA
    71c1013 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afbda16 View commit details
    Browse the repository at this point in the history
  7. reset the gradle build back to the original

    Joe Paolini committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    d12531b View commit details
    Browse the repository at this point in the history
  8. modified name of days since last commit parameter

    Joe Paolini committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    b80e702 View commit details
    Browse the repository at this point in the history
  9. fixed incorrect parameter

    Joe Paolini committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    742c5b3 View commit details
    Browse the repository at this point in the history
  10. added days to the gradle file

    Joe Paolini committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    2c262e1 View commit details
    Browse the repository at this point in the history
  11. added more logging

    Joe Paolini committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    c6656a1 View commit details
    Browse the repository at this point in the history
  12. disabled the check for date

    Joe Paolini committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    4dcca5c View commit details
    Browse the repository at this point in the history
  13. added more logging

    Joe Paolini committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    255d7df View commit details
    Browse the repository at this point in the history
  14. added more logging

    Joe Paolini committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    f4376e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2016

  1. Configuration menu
    Copy the full SHA
    92378ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    298ca60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a719737 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from jpaolini/feature/jp_LastCommitDate

    Feature/jp last commit date
    jpaolini authored Sep 10, 2016
    Configuration menu
    Copy the full SHA
    5769005 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79f0bd1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from jpaolini/revert-3-feature/jp_LastCommitDate

    Revert "Feature/jp last commit date"
    jpaolini authored Sep 10, 2016
    Configuration menu
    Copy the full SHA
    0224ded View commit details
    Browse the repository at this point in the history
  7. testing disableLastCommit

    joepaolini committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    c9ff1e1 View commit details
    Browse the repository at this point in the history
  8. testing pring statements

    joepaolini committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    070ebb7 View commit details
    Browse the repository at this point in the history
  9. fixed logging

    joepaolini committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    ea001cd View commit details
    Browse the repository at this point in the history
  10. reverted compile to groovy

    joepaolini committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    981b95d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c2bfb2 View commit details
    Browse the repository at this point in the history
  12. added debug logging

    joepaolini committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    5ca36c9 View commit details
    Browse the repository at this point in the history
  13. more debug logging

    joepaolini committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    3b620c0 View commit details
    Browse the repository at this point in the history
  14. testing

    joepaolini committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    851f300 View commit details
    Browse the repository at this point in the history
  15. more testing

    joepaolini committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    b8f7faa View commit details
    Browse the repository at this point in the history
  16. more testing

    joepaolini committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    eb49488 View commit details
    Browse the repository at this point in the history
  17. testing again

    joepaolini committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    9bad4c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2016

  1. debugging regex issue

    joepaolini committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    3bac818 View commit details
    Browse the repository at this point in the history
  2. more testing

    joepaolini committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    d9244b8 View commit details
    Browse the repository at this point in the history
  3. more testing

    joepaolini committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    87a3584 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6aefc7 View commit details
    Browse the repository at this point in the history
  5. code clean up

    joepaolini committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    04dfdde View commit details
    Browse the repository at this point in the history
  6. merged in master

    joepaolini committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    42a9d9a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5 from jpaolini/feature/jp_LastCommitDate

    Feature/jp last commit date
    jpaolini authored Sep 11, 2016
    Configuration menu
    Copy the full SHA
    f39bbc8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b4a6e9 View commit details
    Browse the repository at this point in the history
  9. fixed spacing

    joepaolini committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    f78209c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6 from jpaolini/feature/jp_LastCommitDate

    fixed issues missed during merge with master
    jpaolini authored Sep 11, 2016
    Configuration menu
    Copy the full SHA
    d5ebddd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ebd355 View commit details
    Browse the repository at this point in the history