pipeline.groovy
branchstx-8.0.0
changeset 208 616e1ecf4d89
parent 206 3808e177d59d
child 221 a0f64acd117d
equal deleted inserted replaced
207:3262e8cf1146 208:616e1ecf4d89
    81                 }
    81                 }
    82             }
    82             }
    83 
    83 
    84             stage ( "Compile - {${env.BUILD_TARGET}}") {
    84             stage ( "Compile - {${env.BUILD_TARGET}}") {
    85                 sh "ruby Jenkinsfile.rb --project \"stx:jv-branch\" --build-target ${env.BUILD_TARGET} compile"
    85                 sh "ruby Jenkinsfile.rb --project \"stx:jv-branch\" --build-target ${env.BUILD_TARGET} compile"
    86                 warnings categoriesPattern: '', consoleParsers: [[parserName: 'GNU Make + GNU C Compiler (gcc)'], [parserName: 'Java Compiler (javac)']], defaultEncoding: '', excludePattern: '', healthy: '', includePattern: '', messagesPattern: '', unHealthy: ''
       
    87             }
    86             }
    88         }
    87         }
    89     }
    88     }
    90 
    89 
    91     stage ( "Test" ) {
    90     stage ( "Test" ) {