This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-11-28 22:23:23:855 INFO OrientDB Server v2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) is starting up... [OServer] | |
2017-11-28 22:23:23:862 INFO Databases directory: /var/openstorefront/db/databases [OServer] | |
2017-11-28 22:23:23:923 INFO Auto configuration of disk cache size. [OMemoryAndLocalPaginatedEnginesInitializer]Nov 28, 2017 10:32:52 PM com.orientechnologies.common.log.OLogManager log | |
WARNING: Received signal: SIGTRAP | |
OrientDB 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x) configuration dump: | |
- ENVIRONMENT | |
+ environment.dumpCfgAtStartup = false | |
+ environment.concurrent = true | |
+ environment.lockManager.concurrency.level = 16 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget http://localhost:8080/api/json?pretty=true | |
OUTPUT="$(grep name json?pretty=true)" | |
cd /var/lib/jenkins/workspace | |
keepDirs=( $OUTPUT ) |