Skip to content

Commit

Permalink
[productName] reflect version of Blueprint: electron or browser. Also…
Browse files Browse the repository at this point in the history
… jenkins

Jenkins jenkins JENKINS please run full CI on this one.

Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Jun 20, 2023
1 parent 8e1826d commit 45c64c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ pipeline {
stage('Build') {
// only proceed when merging on the release branch or if the
// PR seems Jenkins-related
echo('env.JOB_BASE_NAME' + env.JOB_BASE_NAME)
echo('env.CHANGE_BRANCH' + env.CHANGE_BRANCH)
echo('env.CHANGE_TITLE' + env.CHANGE_TITLE)
when {
anyOf {
expression {
Expand Down
2 changes: 1 addition & 1 deletion applications/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "blueprint-browser-app",
"description": "Eclipse Theia blueprint browser product",
"productName": "Theia Blueprint",
"productName": "Theia Blueprint (browser)",
"version": "1.38.0",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"author": "Eclipse Theia <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion applications/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "blueprint-electron-app",
"description": "Eclipse Theia blueprint product",
"productName": "Theia Blueprint",
"productName": "Theia Blueprint (Electron)",
"version": "1.38.0",
"main": "scripts/theia-electron-main.js",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
Expand Down

0 comments on commit 45c64c0

Please sign in to comment.