Thornton Rose
Thornton Rose
Please add the ability to mock methods of global vars with registerMethod. For example, given vars/foo.groovy: ``` def call() { ... } def bar() { ... } ``` Provide a...
If I go into /var/jenkins_home/scm-sync-configuration/checkoutConfiguration and run `git status`, I see this: On branch master Your branch is ahead of 'origin/master' by 1285 commits. (use "git push" to publish your...
When I change the code formatting preferences, the Apply button stays disabled, and the OK button does not save the settings.
Please add the ability to use the Jenkins credential store to get SCM credentials.
**Describe the feature:** I suggest adding a flag for specifying project level variables. Example CLI usage: ``` mage -D pkg=./foo -D tests=TestBar test ``` Example Magefile usage: ``` func Test()...