We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de5bd0 commit 01ca84bCopy full SHA for 01ca84b
vars/has_changelog_update.groovy
@@ -1,7 +1,7 @@
1
def call() {
2
3
4
- def commitInfo = gitUtils.getCommitInfo()
+ def commitInfo = git_utils.getCommitInfo()
5
def previousCommit = commitInfo.previousCommit
6
def currentCommit = commitInfo.currentCommit
7
vars/has_deployable_change.groovy
@@ -8,7 +8,7 @@ def call() {
8
]
9
10
// Get the previous commit hash
11
12
13
14
def changedFiles = commitInfo.changedFiles
0 commit comments