File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ARTIFACTORY_BUILD_INFO = "buildinfo.txt"
2727/**
2828 * Default release notes content files
2929 */
30- RELEASE_NOTES_FILE = " jenkinsfile/major_release_notes .json"
30+ RELEASE_NOTES_FILE = " jenkinsfile/default_release_notes .json"
3131RELEASE_NOTES_CONTENT = " "
3232
3333/**
@@ -448,7 +448,7 @@ pipeline {
448448 string(credentialsId : ' ANDROID_TRANSIFIX_AUTHORIZATION_TOKEN' , variable : ' TRANSIFEX_TOKEN' ),
449449 gitUsernamePassword(credentialsId : ' Gitlab-Access-Token' , gitToolName : ' Default' )
450450 ]) {
451- sh ' ./gradlew --no-daemon readReleaseNotes'
451+ // sh './gradlew --no-daemon readReleaseNotes'
452452 RELEASE_NOTES_CONTENT = common. releaseNotes(RELEASE_NOTES_FILE )
453453 println (" Major release notes: ${ RELEASE_NOTES_CONTENT} " )
454454 }
You can’t perform that action at this time.
0 commit comments