Branch: refs/heads/JENKINS-38670
  Home:   https://github.com/jenkinsci/build-pipeline-plugin
  Commit: 48410da7763105ea9fa359666c83d90619196d6f
      
https://github.com/jenkinsci/build-pipeline-plugin/commit/48410da7763105ea9fa359666c83d90619196d6f
  Author: Dan Alvizu <dalv...@pingidentity.com>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
    M 
src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/BuildCardExtension.java
    M 
src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
    A 
src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/BuildCardExtension/buildCardHelpers.jelly
    M 
src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/BuildCardExtension/buildCardTemplate.jelly
    M src/main/webapp/js/build-pipeline.js

  Log Message:
  -----------
  JENKINS-38670 update docs, add support for JS in handlebars templates

This is a bit anathema to using handlebars but we're more or less stuck
with it: provide a way for a BuildCardExtention to contribute JS to the
build card, allowing for richer build cards.

Also switched an appendTo() to an append() which during testing did
an evaluation of the JS but only when it was in progress - this
would result in build cards being hidden if the build is in progress.

jQuery docs say these are equivalent, but they are liars.


-- 
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.

Reply via email to