Branch: refs/heads/master
Home: https://github.com/jenkinsci/threadfix-plugin
Commit: b9233f9d3dcc89d996bd6c7e032fbabc3680c912
https://github.com/jenkinsci/threadfix-plugin/commit/b9233f9d3dcc89d996bd6c7e032fbabc3680c912
Author: spicythaipeanut <[email protected]>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M README.md
Log Message:
-----------
Update README.md
added jenkinsci public URL to examples
Commit: 271d71d7726743d7eb8966b3caababc4f4289a64
https://github.com/jenkinsci/threadfix-plugin/commit/271d71d7726743d7eb8966b3caababc4f4289a64
Author: xolian <[email protected]>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
A test
Log Message:
-----------
initial commit
Commit: 7efd7947d2fc6ae959b4e412269a3c44665a45a0
https://github.com/jenkinsci/threadfix-plugin/commit/7efd7947d2fc6ae959b4e412269a3c44665a45a0
Author: xolian <[email protected]>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
R LICENSE.txt
R README.md
R documents/threadfix-cli-notes.txt
R images/ThreadFixJenkinsGlobalConfig.png
R images/ThreadFixJenkinsProjectConfig.png
R pom.xml
R repo/com/denimgroup/threadfix/threadfix-cli/2.0/.gitignore
R repo/com/denimgroup/threadfix/threadfix-cli/2.0/threadfix-cli-2.0.jar
R repo/com/denimgroup/threadfix/threadfix-cli/2.0/threadfix-cli-2.0.jar.md5
R repo/com/denimgroup/threadfix/threadfix-cli/2.0/threadfix-cli-2.0.jar.sha1
R repo/com/denimgroup/threadfix/threadfix-cli/2.0/threadfix-cli-2.0.pom
R repo/com/denimgroup/threadfix/threadfix-cli/2.0/threadfix-cli-2.0.pom.md5
R repo/com/denimgroup/threadfix/threadfix-cli/2.0/threadfix-cli-2.0.pom.sha1
R repo/com/denimgroup/threadfix/threadfix-cli/maven-metadata.xml
R repo/com/denimgroup/threadfix/threadfix-cli/maven-metadata.xml.md5
R repo/com/denimgroup/threadfix/threadfix-cli/maven-metadata.xml.sha1
R
src/main/java/me/automationdomination/plugins/threadfix/ThreadFixPublisher.java
R
src/main/java/me/automationdomination/plugins/threadfix/service/EnvironmentVariableParsingService.java
R
src/main/java/me/automationdomination/plugins/threadfix/service/LinuxEnvironmentVariableParsingService.java
R
src/main/java/me/automationdomination/plugins/threadfix/service/ThreadFixService.java
R
src/main/java/me/automationdomination/plugins/threadfix/service/WindowsEnvironmentVariableParsingService.java
R
src/main/java/me/automationdomination/plugins/threadfix/validation/ApacheCommonsUrlValidator.java
R
src/main/java/me/automationdomination/plugins/threadfix/validation/ApiKeyStringValidator.java
R
src/main/java/me/automationdomination/plugins/threadfix/validation/ConfigurationValueValidator.java
R
src/main/java/me/automationdomination/plugins/threadfix/validation/FileValidator.java
R
src/main/java/me/automationdomination/plugins/threadfix/validation/NumericStringValidator.java
R
src/main/java/me/automationdomination/plugins/threadfix/validation/SimpleStringValidator.java
R src/main/main.iml
R src/main/resources/index.jelly
R
src/main/resources/me/automationdomination/plugins/threadfix/ThreadFixPublisher/config.jelly
R
src/main/resources/me/automationdomination/plugins/threadfix/ThreadFixPublisher/global.jelly
R
src/main/resources/me/automationdomination/plugins/threadfix/ThreadFixPublisher/help-scanFile.html
R
src/main/resources/me/automationdomination/plugins/threadfix/ThreadFixPublisher/help-token.html
R
src/main/resources/me/automationdomination/plugins/threadfix/ThreadFixPublisher/help-url.html
R
src/test/java/me/automationdomination/plugins/threadfix/validation/ApacheCommonsUrlValidatorTest.java
R
src/test/java/me/automationdomination/plugins/threadfix/validation/ApiKeyStringValidatorTest.java
R
src/test/java/me/automationdomination/plugins/threadfix/validation/LinuxVariableParsingServiceTest.java
R
src/test/java/me/automationdomination/plugins/threadfix/validation/WindowsVariableParsingServiceTest.java
R test
Log Message:
-----------
Minor refactor to environment substitution. Rework of all File objects and
added non-agnostic execution
Commit: fccb1537475bf229ef82cf39ce1517a26071a490
https://github.com/jenkinsci/threadfix-plugin/commit/fccb1537475bf229ef82cf39ce1517a26071a490
Author: xolian <[email protected]>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
A LICENSE.txt
A README.md
A documents/threadfix-cli-notes.txt
A images/ThreadFixJenkinsGlobalConfig.png
A images/ThreadFixJenkinsProjectConfig.png
A pom.xml
A repo/com/denimgroup/threadfix/threadfix-cli/2.0/.gitignore
A repo/com/denimgroup/threadfix/threadfix-cli/2.0/threadfix-cli-2.0.jar
A repo/com/denimgroup/threadfix/threadfix-cli/2.0/threadfix-cli-2.0.jar.md5
A repo/com/denimgroup/threadfix/threadfix-cli/2.0/threadfix-cli-2.0.jar.sha1
A repo/com/denimgroup/threadfix/threadfix-cli/2.0/threadfix-cli-2.0.pom
A repo/com/denimgroup/threadfix/threadfix-cli/2.0/threadfix-cli-2.0.pom.md5
A repo/com/denimgroup/threadfix/threadfix-cli/2.0/threadfix-cli-2.0.pom.sha1
A repo/com/denimgroup/threadfix/threadfix-cli/maven-metadata.xml
A repo/com/denimgroup/threadfix/threadfix-cli/maven-metadata.xml.md5
A repo/com/denimgroup/threadfix/threadfix-cli/maven-metadata.xml.sha1
A
src/main/java/me/automationdomination/plugins/threadfix/ThreadFixPublisher.java
A
src/main/java/me/automationdomination/plugins/threadfix/service/EnvironmentVariableParsingService.java
A
src/main/java/me/automationdomination/plugins/threadfix/service/ThreadFixService.java
A
src/main/java/me/automationdomination/plugins/threadfix/service/UnixEnvironmentVariableParsingService.java
A
src/main/java/me/automationdomination/plugins/threadfix/service/WindowsEnvironmentVariableParsingService.java
A
src/main/java/me/automationdomination/plugins/threadfix/validation/ApacheCommonsUrlValidator.java
A
src/main/java/me/automationdomination/plugins/threadfix/validation/ApiKeyStringValidator.java
A
src/main/java/me/automationdomination/plugins/threadfix/validation/ConfigurationValueValidator.java
A
src/main/java/me/automationdomination/plugins/threadfix/validation/NumericStringValidator.java
A
src/main/java/me/automationdomination/plugins/threadfix/validation/SimpleStringValidator.java
A src/main/main.iml
A src/main/resources/index.jelly
A
src/main/resources/me/automationdomination/plugins/threadfix/ThreadFixPublisher/config.jelly
A
src/main/resources/me/automationdomination/plugins/threadfix/ThreadFixPublisher/global.jelly
A
src/main/resources/me/automationdomination/plugins/threadfix/ThreadFixPublisher/help-scanFile.html
A
src/main/resources/me/automationdomination/plugins/threadfix/ThreadFixPublisher/help-token.html
A
src/main/resources/me/automationdomination/plugins/threadfix/ThreadFixPublisher/help-url.html
A
src/test/java/me/automationdomination/plugins/threadfix/validation/ApacheCommonsUrlValidatorTest.java
A
src/test/java/me/automationdomination/plugins/threadfix/validation/ApiKeyStringValidatorTest.java
A
src/test/java/me/automationdomination/plugins/threadfix/validation/LinuxVariableParsingServiceTest.java
A
src/test/java/me/automationdomination/plugins/threadfix/validation/WindowsVariableParsingServiceTest.java
Log Message:
-----------
Minor refactor to environment substitution. Rework of all File objects and
added non-agnostic execution
Commit: 950bf42607ec096eee42e74ad06feb1508edb56b
https://github.com/jenkinsci/threadfix-plugin/commit/950bf42607ec096eee42e74ad06feb1508edb56b
Author: Christopher Baek <[email protected]>
Date: 2014-12-01 (Mon, 01 Dec 2014)
Changed paths:
M README.md
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/threadfix-plugin
Compare:
https://github.com/jenkinsci/threadfix-plugin/compare/196da246068f...950bf42607ec
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.