Commit 6b18c322 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fix

parent 3cb00ebe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ pipeline {
                    sh 'git log --oneline -n 5'
                    sh 'git status -sb'
                    script {
                        lastCommit = sh (script: "git log --format="%H" -n 1", returnStatus: true)
                        lastCommit = sh (script: "git rev-parse HEAD", returnStatus: true)
                    }

                }