Skip to content

Commit 027a69c

Browse files
Add default initial Jenkins / nexus information
1 parent 242d30b commit 027a69c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/import.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ VALUES
335335
-- Insert into oss
336336
INSERT INTO oss (oss_idx, oss_type_idx, oss_name, oss_desc, oss_url, oss_username, oss_password)
337337
VALUES
338-
(1, 1, 'NEXUS', 'Application Repository', 'http://sample.com', null, null);
338+
(1, 1, 'NEXUS', 'Application Repository', 'http://mc-application-manager-sonatype-nexus:8081', admin, 123456);
339339
INSERT INTO oss (oss_idx, oss_type_idx, oss_name, oss_desc, oss_url, oss_username, oss_password)
340340
VALUES
341-
(2, 2, 'Ape', 'Application Provisioning Engine', 'http://sample.com', null, null);
341+
(2, 2, 'Ape', 'Application Provisioning Engine', 'http://mc-application-manager-jenkins:8080', admin, 123456);
342342

0 commit comments

Comments
 (0)