Another attempt at fixing changelog naming
This commit is contained in:
parent
48a05fb3fe
commit
1b4b8cffe0
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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') {
|
||||||
|
|
Loading…
Reference in a new issue