Skip to content

Commit cdd47d8

Browse files
committed
Jenkinsfile: fix upstream project name
1 parent 78b7e42 commit cdd47d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pipeline {
1111
}
1212

1313
triggers {
14-
upstream(upstreamProjects: "ObjectStore-Linux/${env.BRANCH_NAME.replaceAll("/", "%2F")}",
14+
upstream(upstreamProjects: "ObjectBox-Linux/${env.BRANCH_NAME.replaceAll("/", "%2F")}",
1515
threshold: hudson.model.Result.SUCCESS)
1616
cron(cronSchedule)
1717
}

0 commit comments

Comments
 (0)