Skip to content

Commit

Permalink
Disabled jenkins tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Nov 22, 2024
1 parent 0a35277 commit 4df850d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ timestamps {
}

jobDefinitions.put('JDBC-AIX-Unit', { build job: 'JDBC-AIX-UnitTests', parameters: [ string(name: 'BRANCH', value: scmInfo.GIT_BRANCH ) ] } )
stage('Test') {
/*stage('Test') {
parallel (jobDefinitions)
}
}*/
}
}

Expand Down

0 comments on commit 4df850d

Please sign in to comment.