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 {
stage('Setup') {
steps {
sh './gradlew setupCIWorkspace'
sh '''pwd
ls -la
./gradlew setupCIWorkspace'''
}
}
stage('Checking code') {