This is an automated email from the ASF dual-hosted git repository.
warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 89e281097 fix: fix jenkins example bug (#4181)
89e281097 is described below
commit 89e281097beb1d79d1a13161871f881f18ee11e7
Author: Likyh <[email protected]>
AuthorDate: Tue Jan 10 23:08:40 2023 +0800
fix: fix jenkins example bug (#4181)
---
.../src/pages/blueprint/components/advanced-editor/example/general.ts | 2 +-
.../src/pages/blueprint/components/advanced-editor/example/jenkins.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/config-ui/src/pages/blueprint/components/advanced-editor/example/general.ts
b/config-ui/src/pages/blueprint/components/advanced-editor/example/general.ts
index 2005bfa90..27574d6e7 100644
---
a/config-ui/src/pages/blueprint/components/advanced-editor/example/general.ts
+++
b/config-ui/src/pages/blueprint/components/advanced-editor/example/general.ts
@@ -36,7 +36,7 @@ const general = [
plugin: 'jenkins',
options: {
connectionId: 1,
- jobName: 'unit_test',
+ jobFullName: 'unit_test',
},
},
{
diff --git
a/config-ui/src/pages/blueprint/components/advanced-editor/example/jenkins.ts
b/config-ui/src/pages/blueprint/components/advanced-editor/example/jenkins.ts
index 5b30e49df..1ca05b180 100644
---
a/config-ui/src/pages/blueprint/components/advanced-editor/example/jenkins.ts
+++
b/config-ui/src/pages/blueprint/components/advanced-editor/example/jenkins.ts
@@ -22,7 +22,7 @@ const jenkins = [
plugin: 'jenkins',
options: {
connectionId: 1,
- jobName: 'unit_test',
+ jobFullName: 'unit_test',
},
},
],