down votefavorite 
<https://stackoverflow.com/questions/45276096/jenkins-pipeline-dockerfingerprintfrom-example#>

I have some troubles about dockerFingerprintFrom on jenkins pipeline.

The code is as follows:

node {
  stage("First stage") {
    dockerFingerprintFrom([dockerfile: "."])
  }
}

It does not work I don't even know if this correct ... I would like ask if 
anyone has a practical example to show me ?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/76b9d843-578e-49d1-930a-96c3ac7d0f3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to