Approval confirmation
Approval confirmation
Delete plugin confirmation
          To confirm the plugin deletion insert pluginId and author name
        
        Duncan Calvert
us.ihmc.ihmc-ci
          PluginId 
        
        
          Author 
        
        us.ihmc.ihmc-ci
                  Owner:
                  
                    
                    Duncan Calvert
                  
                
Use this plugin to generate load-balanced and categorized test suites for use with annotations provided in ihmc-ci-core-api.
https://github.com/ihmcrobotics/ihmc-ci
Sources: https://github.com/ihmcrobotics/ihmc-continuous-integration-framework
Version 1.1.5
1.1.5
Created 19 October 2018.
                Continuous integration tools for IHMC Robotics.
                
            
            
            
                
                    Other versions 
                    
            
            
        - 8.3
 - 8.2
 - 8.1
 - 8.0
 - 7.9
 - 7.8
 - 7.7
 - 7.6
 - 7.5
 - 7.4
 - 7.3
 - 7.2
 - 7.1
 - 7.0
 - 6.8
 - 6.7
 - 6.5
 - 6.4
 - 6.3
 - 6.2
 - 6.1
 - 6.0
 - 5.12
 - 5.11
 - 5.10
 - 5.9
 - 5.8
 - 5.7
 - 5.6
 - 5.5
 - 5.4
 - 5.3
 - 5.2
 - 5.1
 - 5.0
 - 4.26
 - 4.25
 - 4.24
 - 4.23
 - 4.22
 - 4.10
 - 4.9
 - 4.8
 - 4.7
 - 4.6
 - 4.5.5
 - 4.5.4
 - 4.5.3
 - 4.5.2
 - 4.5.1
 - 4.5
 - 4.4
 - 4.3
 - 4.2
 - 4.1
 - 4.0
 - 3.9
 - 3.8
 - 3.7
 - 3.5
 - 3.4
 - 3.3
 - 3.2
 - 3.1
 - 3.0
 - 2.8
 - 2.7
 - 2.6
 - 2.5
 - 2.4
 - 2.3
 - 2.2
 - 2.1
 - 1.2.4
 - 1.2.3
 - 1.2.2
 - 1.2.1
 - 1.2.0
 - 1.1.6
 - 1.1.4
 - 1.1.3
 - 1.1.2
 - 1.1.1
 - 1.1.0
 - 1.0.9
 - 1.0.8
 - 1.0.7
 - 1.0.6
 - 1.0.5
 - 1.0.3
 - 1.0.2
 - 1.0.1
 - 0.17.9
 - 0.17.7
 - 0.17.6
 - 0.17.5
 - 0.17.4
 - 0.17.3
 - 0.17.2
 - 0.17.1
 - 0.17.0
 - 0.16.17
 - 0.16.16
 - 0.16.15
 - 0.16.13
 - 0.16.12
 - 0.16.11
 - 0.16.10
 - 0.16.9
 - 0.16.8
 - 0.16.7
 - 0.16.6
 - 0.16.5
 - 0.16.4
 - 0.16.3
 - 0.16.2
 - 0.16.1
 - 0.16.0
 - 0.15.4
 - 0.15.3
 - 0.15.2
 - 0.15.1
 - 0.15.0
 - 0.14.4
 - 0.14.3
 - 0.14.2
 - 0.14.1
 - 0.14.0
 - 0.13.2
 - 0.13.1
 - 0.12.13
 - 0.12.12
 - 0.12.11
 - 0.12.10
 - 0.12.9
 - 0.12.7
 - 0.12.6
 - 0.12.5
 - 0.12.4
 - 0.12.3
 - 0.12.2
 - 0.12.1
 - 0.12.0
 - 0.11.0
 - SNAPSHOT-0
 
Add this plugin to your build using the plugins DSL:
plugins {
  id("us.ihmc.ihmc-ci") version "1.1.5"
}
              See also:
- 
                
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts):dependencies { implementation("us.ihmc.ihmc-ci:us.ihmc.ihmc-ci.gradle.plugin:1.1.5") }It can then be applied in the precompiled script plugin:plugins { id("us.ihmc.ihmc-ci") } - 
                
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("us.ihmc.ihmc-ci:us.ihmc.ihmc-ci.gradle.plugin:1.1.5") } } apply(plugin = "us.ihmc.ihmc-ci") - Applying plugins to all subprojects .