Another attempt at fixing changelog naming

This commit is contained in:
Adubbz 2019-05-04 17:46:37 +10:00
parent 48a05fb3fe
commit 1b4b8cffe0

2
Jenkinsfile vendored
View file

@ -36,7 +36,7 @@ pipeline {
} }
} }
steps { steps {
writeChangelog(currentBuild, 'build/BiomesOPlenty-${env.MYVERSION}-changelog.txt') writeChangelog(currentBuild, 'build/BiomesOPlenty-' + env.MYVERSION + '-changelog.txt')
} }
} }
stage('publish') { stage('publish') {