Hi - I'm moving over to jenkins workflow - but the timestamper does
not seem to work here?
I have this config:
node ('docker') {
  wrap([$class: 'TimestamperBuildWrapper']) {
  .....
}}

and it fails with:
java.lang.UnsupportedOperationException: no known implementation of
class jenkins.tasks.SimpleBuildWrapper is named
TimestamperBuildWrapper

https://gist.github.com/davidkarlsen/e3c5bebb0561f089dd4e

the plugin is installed - it works fine in non-workflow type jobs.

-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAGO7Ob2uxoQy_W6921v%2BMDBUcoHvVFQ1jV6_CfYEdSdyp1%3Dv4Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to