Skip to content

Commit

Permalink
Version 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Asgeir Nilsen committed Oct 27, 2017
1 parent 0d2a2eb commit 4a1e4de
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 @@ -3,6 +3,7 @@ def isRelease = false
String commitVersion = "0.0.0"
node('master') {
stage('Prepare') {
checkout scm
sh "pwd; ls -l"
sh 'git log --oneline | nl -nln | perl -lne \'if (/^(\\d+).*Version (\\d+\\.\\d+\\.\\d+)/) { print "$2-$1"; exit; }\' > version.txt'
stash includes: 'version.txt', name: 'version'
Expand Down

0 comments on commit 4a1e4de

Please sign in to comment.