From 615f7086004032d97848c32c3c2009538abcb56e Mon Sep 17 00:00:00 2001 From: pumpurumer Date: Wed, 28 Sep 2022 14:29:32 +0400 Subject: [PATCH] rebuild commit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 021bafe..0fc020c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ def cmd(command) { } private boolean lastCommitIsBumpCommit() { - lastCommit = bat([script: 'git log -1', returnStdout: true]) + lastCommit = cmd([script: 'git log -1', returnStdout: true]) if (lastCommit.contains("Author: jenkins")) { return true } else {