We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd40cd commit b36641fCopy full SHA for b36641f
ci/release/Jenkinsfile
@@ -148,8 +148,8 @@ pipeline {
148
env.RELEASE_VERSION = releaseVersion.toString()
149
env.DEVELOPMENT_VERSION = developmentVersion.toString()
150
151
- def matchingFiles = findFiles(glob: "/release_notes.md")
152
- env.SCRIPT_OPTIONS = " --notes=${matchingFiles[0]}"
+// def matchingFiles = findFiles(glob: "/release_notes.md")
+// env.SCRIPT_OPTIONS = " --notes=${matchingFiles[0]}"
153
if ( params.RELEASE_DRY_RUN ) {
154
env.SCRIPT_OPTIONS += " -d"
155
}
0 commit comments