Skip to content

Commit

Permalink
kie-issues#1715: Chrome Extension `Serverless Workflow Editor for Git…
Browse files Browse the repository at this point in the history
…Hub` rendering a 404 page instead of the SWF Editor (apache#2809)
  • Loading branch information
tiagobento authored Dec 16, 2024
1 parent 0cad81a commit 7777984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/release-jobs/Jenkinsfile.chrome-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pipeline {
CHROME_EXTENSION__manifestFile = 'manifest.prod.json'
CHROME_EXTENSION__onlineEditorUrl = 'https://apache.github.io/incubator-kie-kogito-online'
SWF_CHROME_EXTENSION__routerTargetOrigin = 'https://apache.github.io'
SWF_CHROME_EXTENSION__routerRelativePath = "kogito-online/swf-chrome-extension/${params.RELEASE_VERSION}"
SWF_CHROME_EXTENSION__routerRelativePath = "incubator-kie-kogito-online/swf-chrome-extension/${params.RELEASE_VERSION}"
SWF_CHROME_EXTENSION__manifestFile = 'manifest.prod.json'

RELEASE_ARTIFACTS_DIR = "${WORKSPACE}/release-artifacts"
Expand Down

0 comments on commit 7777984

Please sign in to comment.