Added Jenkinsfile

This commit is contained in:
JackCarterSmith 2018-11-06 14:15:12 +01:00
parent 4a6930bf48
commit baa657798d

4
Jenkinsfile vendored
View File

@ -8,7 +8,9 @@ pipeline {
stages { stages {
stage('Setup') { stage('Setup') {
steps { steps {
sh './gradlew setupCIWorkspace' sh '''pwd
ls -la
./gradlew setupCIWorkspace'''
} }
} }
stage('Checking code') { stage('Checking code') {