We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b3f45 commit 906a0eeCopy full SHA for 906a0ee
Jenkinsfile
@@ -60,11 +60,6 @@ pipeline {
60
archiveArtifacts 'build/tn_data_00/stderr.txt'
61
archiveArtifacts 'build/test_walletd_output.log'
62
}
63
- always {
64
- sh '''
65
- /usr/bin/mongod --shutdown
66
- '''
67
- }
68
69
70
stage('MacOS') {
@@ -87,11 +82,6 @@ pipeline {
87
82
88
83
89
84
90
91
92
- /usr/local/bin/mongod --shutdown
93
94
95
85
96
86
97
stage('Fedora') {
@@ -117,11 +107,6 @@ pipeline {
117
107
118
108
119
109
120
121
122
123
124
125
110
126
111
127
112
0 commit comments