Skip to content

Commit f6b2136

Browse files
authored
Update 8.6 branch Jenkins file to publish 8.6.x line Endpoint packages (#325)
1 parent 0cdcba1 commit f6b2136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def signUnpublishedArtifactsWithElastic(builtPackagesPath) {
205205
}
206206

207207
def uploadUnpublishedToPackageStorage(builtPackagesPath) {
208-
def dryRun = env.BRANCH_NAME != 'master'
208+
def dryRun = env.BRANCH_NAME != '8.6'
209209
if (dryRun) {
210210
echo "Dry run: endpoint-package won't be published"
211211
}

0 commit comments

Comments
 (0)