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 ?