funtastix / gradle-pipeline-plugin

Jenkins gradle plugin

Home Page:http://jenkins-ci.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jenkins Gradle Plugin

Build Status

This plugin allows Jenkins to invoke Gradle build scripts directly. For more information see the Jenkins wiki page.

In order to release this plugin have a look at here.

Release Notes

  • 1.30 (unreleased)
  • 1.29 (Jul 3rd 2018)
    • Update licensing information in pom.xml.
    • Support console annotations for Gradle 4.7 and later.
  • 1.28 (Oct 2 2017)
    • Empty job parameters are passed as empty (JENKINS-45300)
    • Console annotator endless loop in combination with using the Ant plugin fixed (JENKINS-46051)
  • 1.27.1 (Jul 1 2017)
    • Increase required core version to 1.642.1
    • Make finding wrapper location more robust on Windows
    • Job parameters are now correctly quoted when passed as system properties (JENKINS-42573 and JENKINS-20505)
    • Do not pass all job parameters as (system) properties to Gradle by default
    • Include automated test for CLI command JENKINS-42847
    • Ensure that Gradle's bin directory is on the path for Pipeline tool steps JENKINS-42381
    • Add option to pass only selected system properties to Gradle
    • Add option to pass only selected project properties to Gradle
    • Progress status FROM-CACHE and NO-SOURCE are highlighted in the console, too.
    • Support build scan plugin 1.8
  • 1.27 (Jun 23 2017)
  • 1.26 (Feb 13 2016)
    • Use @DataBoundSetter instead of a (too) large @DataBoundConstructor
    • Add @Symbol annotations for step and tool JENKINS-37394
    • Make it possible to configure the wrapper location JENKINS-35029
    • Update icon for build scan integration
    • Remove description from build step

About

Jenkins gradle plugin

http://jenkins-ci.org/

License:MIT License


Languages

Language:Java 51.8%Language:Groovy 41.8%Language:HTML 3.4%Language:JavaScript 2.6%Language:CSS 0.5%