Branch: refs/heads/master Home: https://github.com/jenkinsci/pipeline-model-definition-plugin Commit: c24cef8c9e4a4686ee604d03d3b0400eabc375aa https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/c24cef8c9e4a4686ee604d03d3b0400eabc375aa Author: Andrew Bayer <andrew.ba...@gmail.com> Date: 2017-01-23 (Mon, 23 Jan 2017)
Changed paths: M pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageNames.groovy M pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy A pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageGraphListener.java M pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy M pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfileScript.groovy M pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineScript.groovy M pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelScript.groovy Log Message: ----------- [JENKINS-41243] Slightly faster tagging of synthetic stages This approach yielded an average time from just before the stage call to just before actually attaching the tag of 15.4ms over 5 runs, vs 40.8ms over 5 runs with the previous approach. I'm sure there are many things wrong with this approach, though. Commit: d67f1be660c31585fffd57f1defdd8751e77c2cd https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/d67f1be660c31585fffd57f1defdd8751e77c2cd Author: Andrew Bayer <andrew.ba...@gmail.com> Date: 2017-01-23 (Mon, 23 Jan 2017) Changed paths: M pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy M pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageGraphListener.java M pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/actions/ExecutionModelAction.java M pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy Log Message: ----------- Moved the attaching of the listener around Specifically alongside the execution model action, and made that action have an onLoad(FlowNode) to deal with resuming! Maybe. We'll see! Commit: 4f4218f1621a28d73ba6eeaa1cee97f46fd7316d https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/4f4218f1621a28d73ba6eeaa1cee97f46fd7316d Author: Andrew Bayer <andrew.ba...@gmail.com> Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy M pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageGraphListener.java M pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/actions/ExecutionModelAction.java M pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy M pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java A pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageGraphListenerTest.java Log Message: ----------- Actually get the resume attachment working! And add a test for that because, well, gotta test it. Commit: e10b4eebfb14dc5a01dd01ccc8771d2301986f8a https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/e10b4eebfb14dc5a01dd01ccc8771d2301986f8a Author: Andrew Bayer <andrew.ba...@gmail.com> Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageGraphListener.java Log Message: ----------- Make findbugs happy? Commit: bdc0a29ff9734b91b2fdb8c4c6a7c3ba66ce0b08 https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/bdc0a29ff9734b91b2fdb8c4c6a7c3ba66ce0b08 Author: Andrew Bayer <andrew.ba...@gmail.com> Date: 2017-01-24 (Tue, 24 Jan 2017) Changed paths: M pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageGraphListener.java Log Message: ----------- Finally making findbugs shuddupalready Commit: 6eaa4c29d0c4c20679124c97f76580e0e086e4fc https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/6eaa4c29d0c4c20679124c97f76580e0e086e4fc Author: Andrew Bayer <andrew.ba...@gmail.com> Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths: M pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy Log Message: ----------- Make sure we don't dupe actions Commit: 6989f43520cd7482f17b98faf240101c811c0dfd https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/6989f43520cd7482f17b98faf240101c811c0dfd Author: Andrew Bayer <andrew.ba...@gmail.com> Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths: M pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageGraphListener.java Log Message: ----------- Optimize checking against stage name Commit: a8bc15a55ac19ba6b7d3faa04a3983a948bdd542 https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/a8bc15a55ac19ba6b7d3faa04a3983a948bdd542 Author: Andrew Bayer <andrew.ba...@gmail.com> Date: 2017-01-25 (Wed, 25 Jan 2017) Changed paths: M pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageNames.groovy M pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/Utils.groovy A pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageGraphListener.java M pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy M pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineFromDockerfileScript.groovy M pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/DockerPipelineScript.groovy M pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/agent/impl/LabelScript.groovy M pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java A pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/SyntheticStageGraphListenerTest.java Log Message: ----------- Merge pull request #97 from abayer/jenkins-41243 [JENKINS-41243] Slightly faster tagging of synthetic stages Compare: https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/8ba5af1ccf39...a8bc15a55ac1 -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.