Skip to content

Commit

Permalink
Nevermind my bad..
Browse files Browse the repository at this point in the history
  • Loading branch information
Copystrike committed Jan 29, 2022
1 parent f6e8ac9 commit a6d473d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent any

environment {
VERSION_FORMAT = '1.0.$BUILD_NUMBER'
VERSION_FORMAT = '1.0.${BUILD_NUMBER}'
}

stages {
Expand Down

0 comments on commit a6d473d

Please sign in to comment.