Skip to content

Commit

Permalink
version check
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jan 28, 2022
1 parent 8056a8d commit c293bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pipeline {
# Workaround for "unflattened" file, possibly due to matrix
find . -name version.properties -exec cp {} . \\;
test -e version.properties
git submodule update --init --recursive
foreach-get-version-as-property >> version.properties
"""
archiveArtifacts artifacts: 'version.properties'
Expand Down

0 comments on commit c293bf9

Please sign in to comment.