-
Notifications
You must be signed in to change notification settings - Fork 183
Fix issue where jobs not matching branch regex are being deleted #78
base: master
Are you sure you want to change the base?
Commits on Dec 19, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 1ac0bc6 - Browse repository at this point
Copy the full SHA 1ac0bc6View commit details -
Fixed issue where jobs that match the templateJobPrefix but do not ma…
…tch the branchNameRegex were being removed
Configuration menu - View commit details
-
Copy full SHA for 5349f17 - Browse repository at this point
Copy the full SHA 5349f17View commit details
Commits on Jan 30, 2015
-
added enable job switch. it allows new jobs to be enabled regardless of
the state of the template job.
Configuration menu - View commit details
-
Copy full SHA for 8a0b81a - Browse repository at this point
Copy the full SHA 8a0b81aView commit details -
Merge pull request #1 from jpaolini/feature/jp-addOptionToEnableSCMPo…
…lling added enable job switch. it allows new jobs to be enabled regardless of
Configuration menu - View commit details
-
Copy full SHA for 8c8c273 - Browse repository at this point
Copy the full SHA 8c8c273View commit details -
added the enableJob to the build.gradle file. modified gitignore to a…
…llow build.gradle.
Configuration menu - View commit details
-
Copy full SHA for c4a04cf - Browse repository at this point
Copy the full SHA c4a04cfView commit details
Commits on Sep 8, 2016
-
in progress. adding ability to create builds based on last commit dat…
…e for a branch
Joe Paolini committedSep 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 665dd5c - Browse repository at this point
Copy the full SHA 665dd5cView commit details
Commits on Sep 9, 2016
-
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 committedSep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 7b061ac - Browse repository at this point
Copy the full SHA 7b061acView commit details -
uncommented line that shows the configuration
Joe Paolini committedSep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for f5f3b4d - Browse repository at this point
Copy the full SHA f5f3b4dView commit details -
set the days since commit to not be required, it defaults to 5
Joe Paolini committedSep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 1587ead - Browse repository at this point
Copy the full SHA 1587eadView commit details -
Joe Paolini committed
Sep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 4479408 - Browse repository at this point
Copy the full SHA 4479408View commit details -
Merge pull request #2 from jpaolini/feature/jp_JobsByCommitDate
Feature/jp jobs by commit date
Configuration menu - View commit details
-
Copy full SHA for 71c1013 - Browse repository at this point
Copy the full SHA 71c1013View commit details -
modified so it only clones the repo if it hasn't been cloned before
Joe Paolini committedSep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for afbda16 - Browse repository at this point
Copy the full SHA afbda16View commit details -
reset the gradle build back to the original
Joe Paolini committedSep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for d12531b - Browse repository at this point
Copy the full SHA d12531bView commit details -
modified name of days since last commit parameter
Joe Paolini committedSep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for b80e702 - Browse repository at this point
Copy the full SHA b80e702View commit details -
Joe Paolini committed
Sep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 742c5b3 - Browse repository at this point
Copy the full SHA 742c5b3View commit details -
Joe Paolini committed
Sep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 2c262e1 - Browse repository at this point
Copy the full SHA 2c262e1View commit details -
Joe Paolini committed
Sep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for c6656a1 - Browse repository at this point
Copy the full SHA c6656a1View commit details -
Joe Paolini committed
Sep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 4dcca5c - Browse repository at this point
Copy the full SHA 4dcca5cView commit details -
Joe Paolini committed
Sep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 255d7df - Browse repository at this point
Copy the full SHA 255d7dfView commit details -
Joe Paolini committed
Sep 9, 2016 Configuration menu - View commit details
-
Copy full SHA for f4376e0 - Browse repository at this point
Copy the full SHA f4376e0View commit details
Commits on Sep 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 92378ca - Browse repository at this point
Copy the full SHA 92378caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 298ca60 - Browse repository at this point
Copy the full SHA 298ca60View commit details -
Configuration menu - View commit details
-
Copy full SHA for a719737 - Browse repository at this point
Copy the full SHA a719737View commit details -
Merge pull request #3 from jpaolini/feature/jp_LastCommitDate
Feature/jp last commit date
Configuration menu - View commit details
-
Copy full SHA for 5769005 - Browse repository at this point
Copy the full SHA 5769005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f0bd1 - Browse repository at this point
Copy the full SHA 79f0bd1View commit details -
Merge pull request #4 from jpaolini/revert-3-feature/jp_LastCommitDate
Revert "Feature/jp last commit date"
Configuration menu - View commit details
-
Copy full SHA for 0224ded - Browse repository at this point
Copy the full SHA 0224dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9ff1e1 - Browse repository at this point
Copy the full SHA c9ff1e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 070ebb7 - Browse repository at this point
Copy the full SHA 070ebb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea001cd - Browse repository at this point
Copy the full SHA ea001cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 981b95d - Browse repository at this point
Copy the full SHA 981b95dView commit details -
updated gradle/groovy versions. added check for the git clone so it e…
…xits if it fails
Configuration menu - View commit details
-
Copy full SHA for 0c2bfb2 - Browse repository at this point
Copy the full SHA 0c2bfb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ca36c9 - Browse repository at this point
Copy the full SHA 5ca36c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b620c0 - Browse repository at this point
Copy the full SHA 3b620c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 851f300 - Browse repository at this point
Copy the full SHA 851f300View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f7faa - Browse repository at this point
Copy the full SHA b8f7faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb49488 - Browse repository at this point
Copy the full SHA eb49488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bad4c7 - Browse repository at this point
Copy the full SHA 9bad4c7View commit details
Commits on Sep 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3bac818 - Browse repository at this point
Copy the full SHA 3bac818View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9244b8 - Browse repository at this point
Copy the full SHA d9244b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87a3584 - Browse repository at this point
Copy the full SHA 87a3584View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6aefc7 - Browse repository at this point
Copy the full SHA c6aefc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04dfdde - Browse repository at this point
Copy the full SHA 04dfddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42a9d9a - Browse repository at this point
Copy the full SHA 42a9d9aView commit details -
Merge pull request #5 from jpaolini/feature/jp_LastCommitDate
Feature/jp last commit date
Configuration menu - View commit details
-
Copy full SHA for f39bbc8 - Browse repository at this point
Copy the full SHA f39bbc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b4a6e9 - Browse repository at this point
Copy the full SHA 5b4a6e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f78209c - Browse repository at this point
Copy the full SHA f78209cView commit details -
Merge pull request #6 from jpaolini/feature/jp_LastCommitDate
fixed issues missed during merge with master
Configuration menu - View commit details
-
Copy full SHA for d5ebddd - Browse repository at this point
Copy the full SHA d5ebdddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ebd355 - Browse repository at this point
Copy the full SHA 3ebd355View commit details