Skip to content

Commit f447389

Browse files
committed
Merge branch 'third-party-upgrades' into 'main'
Add 4.0 WDT changes to WKTUI main branch See merge request weblogic-cloud/weblogic-toolkit-ui!294
2 parents 84fdded + 2ce0680 commit f447389

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+3695
-1814
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pipeline {
1818

1919
npm_registry = "${env.ARTIFACTORY_NPM_REPO}"
2020
npm_noproxy = "${env.ORACLE_NO_PROXY}"
21-
node_version = "16.20.0"
21+
node_version = "18.19.1"
2222

2323
project_name = "$JOB_NAME"
2424
version_prefix = sh(returnStdout: true, script: 'cat electron/package.json | grep version | awk \'match($0, /[0-9]+.[0-9]+.[0-9]+/) { print substr( $0, RSTART, RLENGTH )}\'').trim()

0 commit comments

Comments
 (0)