Branch: refs/heads/master
Home: https://github.com/jenkinsci/durable-task-plugin
Commit: 7aa52b121c132b56a527802bb652b2591933a6cb
https://github.com/jenkinsci/durable-task-plugin/commit/7aa52b121c132b56a527802bb652b2591933a6cb
Author: Jesse Glick <[email protected]>
Date: 2015-04-09 (Thu, 09 Apr 2015)
Changed paths:
M src/main/java/org/jenkinsci/plugins/durabletask/BourneShellScript.java
Log Message:
-----------
Pass JENKINS_SERVER_COOKIE to the nested sh process (or other user script)
only.
Do not set it on the controller sh process, which needs to record the exit
status and so should not itself be killed.
Commit: 0fe3a2e94fd3a7f8e32d46ec884ac19bce3259ab
https://github.com/jenkinsci/durable-task-plugin/commit/0fe3a2e94fd3a7f8e32d46ec884ac19bce3259ab
Author: Jesse Glick <[email protected]>
Date: 2015-04-09 (Thu, 09 Apr 2015)
Changed paths:
M src/main/java/org/jenkinsci/plugins/durabletask/Controller.java
M src/main/java/org/jenkinsci/plugins/durabletask/FileMonitoringTask.java
Log Message:
-----------
Added Controller.stop overload taking Launcher, so it can be decorated.
Commit: fc48f447763cb69d6ebf7c67e54e476d9e903bbd
https://github.com/jenkinsci/durable-task-plugin/commit/fc48f447763cb69d6ebf7c67e54e476d9e903bbd
Author: Jesse Glick <[email protected]>
Date: 2015-04-10 (Fri, 10 Apr 2015)
Changed paths:
M pom.xml
M src/test/java/org/jenkinsci/plugins/durabletask/BourneShellScriptTest.java
Log Message:
-----------
Added test for stop.
JENKINS-22641 means that this does not work in 1.554.3, so need to bump up the
dependency to 1.565.3.
Commit: 323cfa45657a078315c375bca3f067535a442e57
https://github.com/jenkinsci/durable-task-plugin/commit/323cfa45657a078315c375bca3f067535a442e57
Author: Jesse Glick <[email protected]>
Date: 2015-04-13 (Mon, 13 Apr 2015)
Changed paths:
M src/main/java/org/jenkinsci/plugins/durabletask/BourneShellScript.java
M src/main/java/org/jenkinsci/plugins/durabletask/FileMonitoringTask.java
Log Message:
-----------
Introduced launchWithCookie method.
Commit: 7f49501c795655a2cf864d9765f8ca2fd18397be
https://github.com/jenkinsci/durable-task-plugin/commit/7f49501c795655a2cf864d9765f8ca2fd18397be
Author: Jesse Glick <[email protected]>
Date: 2015-04-13 (Mon, 13 Apr 2015)
Changed paths:
M src/main/java/org/jenkinsci/plugins/durabletask/BourneShellScript.java
M src/main/java/org/jenkinsci/plugins/durabletask/Controller.java
M src/main/java/org/jenkinsci/plugins/durabletask/FileMonitoringTask.java
M src/main/java/org/jenkinsci/plugins/durabletask/ProcessLiveness.java
M src/test/java/org/jenkinsci/plugins/durabletask/BourneShellScriptTest.java
M
src/test/java/org/jenkinsci/plugins/durabletask/WindowsBatchScriptTest.java
Log Message:
-----------
Introduced an exitStatus overload so that ProcessLiveness can still work
correctly with a decorated launcher.
Commit: e72773b2f9e7e701020bc7f2e5866442915165dd
https://github.com/jenkinsci/durable-task-plugin/commit/e72773b2f9e7e701020bc7f2e5866442915165dd
Author: Jesse Glick <[email protected]>
Date: 2015-04-13 (Mon, 13 Apr 2015)
Changed paths:
M src/test/java/org/jenkinsci/plugins/durabletask/BourneShellScriptTest.java
Log Message:
-----------
Trivial change, just testing PR builder.
Commit: 5de4b27143197adff94a6713097af81440fec69f
https://github.com/jenkinsci/durable-task-plugin/commit/5de4b27143197adff94a6713097af81440fec69f
Author: Jesse Glick <[email protected]>
Date: 2015-04-14 (Tue, 14 Apr 2015)
Changed paths:
M src/test/java/org/jenkinsci/plugins/durabletask/BourneShellScriptTest.java
Log Message:
-----------
Trying to make test more forgiving.
Exact behavior seems to be subject to race conditions and not entirely
predictable.
Got 143 rather than 99 on jenkins.ci:
[hudson…test] $ nohup sh -c "…"
+ trap 'echo got SIGCHLD; exit 99' CHLD
+ trap 'echo got SIGTERM; exit 99' TERM
+ trap 'echo exiting' EXIT
+ sleep 999
Terminated
+ echo exiting
exiting
Commit: f5f74179e8fcafb7bfba6463251083a27567e5ca
https://github.com/jenkinsci/durable-task-plugin/commit/f5f74179e8fcafb7bfba6463251083a27567e5ca
Author: Jesse Glick <[email protected]>
Date: 2015-04-15 (Wed, 15 Apr 2015)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/durabletask/BourneShellScript.java
M src/main/java/org/jenkinsci/plugins/durabletask/Controller.java
M src/main/java/org/jenkinsci/plugins/durabletask/FileMonitoringTask.java
M src/main/java/org/jenkinsci/plugins/durabletask/ProcessLiveness.java
M src/test/java/org/jenkinsci/plugins/durabletask/BourneShellScriptTest.java
M
src/test/java/org/jenkinsci/plugins/durabletask/WindowsBatchScriptTest.java
Log Message:
-----------
Merge pull request #5 from jglick/stop
Better support for stop
Compare:
https://github.com/jenkinsci/durable-task-plugin/compare/d22a14b1e8fb...f5f74179e8fc
--
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.