Skip to content

Commit 5d80d12

Browse files
authored
Update 8.7 branch Jenkins file to publish 8.7.x line Endpoint packages (#349)
1 parent f7fbd09 commit 5d80d12

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 != 'main'
208+
def dryRun = env.BRANCH_NAME != '8.7'
209209
if (dryRun) {
210210
echo "Dry run: endpoint-package won't be published"
211211
}

0 commit comments

Comments
 (0)