Skip to content

Commit

Permalink
Add AIX Unit tests to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jszczerbinski committed Sep 23, 2024
1 parent 44ff5f2 commit 6b20da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ timestamps {
}.collectEntries { jobDefinition ->
return [(jobDefinition.runName): { build job: jobDefinition.jobToRun, parameters: jobDefinition.params }]
}

jobDefinitions.put('JDBC-AIX-Unit', { build job: 'JDBC-AIX-UnitTests', parameters: { BRANCH: scmInfo.GIT_BRANCH } } )
stage('Test') {
parallel (jobDefinitions)
}
Expand Down

0 comments on commit 6b20da7

Please sign in to comment.