Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Latest commit

 

History

History

jenkins-slave-gradle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Building Java Projects with Gradle: hyperhq/jenkins-slave-gradle

This is a jenkins slave image for build project with gradle, the base image is java:8-jdk.

Dependency

  • oracle-jdk:1.8

Config job

Config General

Run the build inside Hyper.sh container
  -> Docker Image: hyperhq/jenkins-slave-gradle
  -> Container Size: S4

Config Source Code Management

Git
  -> Repositories -> Repository URL: https://github.com/pkainulainen/gradle-examples.git

Config build step

add Execute shell

cd $WORKSPACE/integration-tests/
/gradlew clean test integrationTest

Trigger build

View build result