You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/10/21 19:28:33 UTC

[GitHub] [skywalking] wu-sheng commented on a change in pull request #3667: feat: add test case for mongodb-3.x-plugin

wu-sheng commented on a change in pull request #3667: feat: add test case for mongodb-3.x-plugin
URL: https://github.com/apache/skywalking/pull/3667#discussion_r337197789
 
 

 ##########
 File path: Jenkinsfile-Agent-Test-3
 ##########
 @@ -75,6 +75,11 @@ pipeline {
                                 sh 'bash test/plugin/run.sh --build_id=wl3_${BUILD_ID} canal-scenario'
                             }
                         }
+                        stage('mongodb 3.0-3.11.1 (17)') {
+                            steps {
+                                sh 'bash test/plugin/run.sh --build_id=${BUILD_ID} mongodb-3.x-scenario'
 
 Review comment:
   `--build_id=wl3_${BUILD_ID}` should replace --build_id=${BUILD_ID}

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services