Skip to content

Commit 01ddd0f

Browse files
authored
Merge pull request #116 from cyberark/update-pipeline-branch
Updated Jenkins pipeline to use parseChangelog utility
2 parents 02dc6f2 + 1c822bf commit 01ddd0f

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

Jenkinsfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ pipeline {
1313
}
1414

1515
stages {
16-
stage('Validate') {
17-
parallel {
18-
stage('Changelog') {
19-
steps { sh './bin/parse-changelog.sh' }
20-
}
16+
stage('Validate Changelog') {
17+
steps {
18+
parseChangelog()
2119
}
2220
}
2321

bin/parse-changelog.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)