We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f99d1f commit ebf1953Copy full SHA for ebf1953
Jenkinsfile
@@ -568,7 +568,7 @@ def getMasterBranchProps() {
568
// requires the gradle version to be configured with the same name under tools in jenkins configuration
569
def gradle(command) {
570
env.JENKINS_NODE_COOKIE = 'dontKillMe' // this is necessary for the Gradle daemon to be kept alive
571
- sh "${tool name: 'gradle6.0.1', type: 'hudson.plugins.gradle.GradleInstallation'}/bin/gradle ${command}"
+ sh "${tool name: 'gradle6.3', type: 'hudson.plugins.gradle.GradleInstallation'}/bin/gradle ${command}"
572
}
573
574
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
0 commit comments