Slide 63
Slide 63 text
Build.gradle
sk syncWithRepo(dependsOn: 'classes', type: Java
main = 'com.entagen.jenkins.Main'
classpath = sourceSets.main.runtimeClasspath
// pass through specified system properties to
['help', 'jenkinsUrl', 'jenkinsUser', ...].eac
if (System.getProperty(it))
systemProperty it, System.getProperty(it
}