Add postgre support-version.list (#3673)
This commit is contained in:
parent
6658cdf5d1
commit
ed6e75e702
|
|
@ -54,7 +54,7 @@ pipeline {
|
|||
sh './mvnw -f test/plugin/pom.xml clean package -DskipTests -Dbuild_id=${BUILD_ID} docker:build'
|
||||
}
|
||||
}
|
||||
stage('Test Cases Report (73)') {
|
||||
stage('Test Cases Report (106)') {
|
||||
steps {
|
||||
echo "reserve."
|
||||
}
|
||||
|
|
@ -82,7 +82,7 @@ pipeline {
|
|||
sh 'bash test/plugin/run.sh --build_id=${BUILD_ID} postgresql-scenario'
|
||||
}
|
||||
}
|
||||
stage('postgresql-9.4.1207+ (16)') {
|
||||
stage('postgresql-9.4.1207+ (49)') {
|
||||
steps {
|
||||
sh 'bash test/plugin/run.sh --build_id=${BUILD_ID} postgresql-above9.4.1207-scenario'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,18 +14,51 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
9.4.1207
|
||||
9.4.1207.jre6
|
||||
9.4.1207.jre7
|
||||
9.4.1208
|
||||
9.4.1209
|
||||
9.4.1210
|
||||
9.4.1211
|
||||
9.4.1212
|
||||
9.4.1208.jre7
|
||||
9.4.1208.jre6
|
||||
9.4.1209.jre7
|
||||
9.4.1208.jre7
|
||||
9.4.1209
|
||||
9.4.1209.jre6
|
||||
9.4.1209.jre7
|
||||
9.4.1210
|
||||
9.4.1210.jre6
|
||||
9.4.1210.jre7
|
||||
9.4.1211
|
||||
9.4.1211.jre6
|
||||
9.4.1211.jre7
|
||||
9.4.1212
|
||||
9.4.1212.jre6
|
||||
9.4.1212.jre7
|
||||
42.0.0.jre6
|
||||
42.0.0.jre7
|
||||
42.0.0
|
||||
42.1.0.jre7
|
||||
42.1.0
|
||||
42.1.1.jre6
|
||||
42.1.1.jre7
|
||||
42.1.1
|
||||
42.1.2.jre6
|
||||
42.1.2.jre7
|
||||
42.1.2
|
||||
42.1.3.jre6
|
||||
42.1.3.jre7
|
||||
42.1.3
|
||||
42.1.4.jre6
|
||||
42.1.4.jre7
|
||||
42.1.4
|
||||
42.2.0.jre6
|
||||
42.2.0.jre7
|
||||
42.2.0
|
||||
42.2.1.jre6
|
||||
42.2.1.jre7
|
||||
42.2.1
|
||||
42.2.2.jre6
|
||||
42.2.2.jre7
|
||||
42.2.2
|
||||
42.2.3.jre6
|
||||
42.2.3.jre7
|
||||
42.2.3
|
||||
42.2.4.jre6
|
||||
42.2.4.jre7
|
||||
|
|
|
|||
Loading…
Reference in New Issue