Added Jenkinsfile

This commit is contained in:
JackCarterSmith 2018-11-15 11:41:10 +01:00
parent 6c52c36399
commit 20fda462d6

2
Jenkinsfile vendored
View File

@ -11,8 +11,8 @@ pipeline {
sh '''
cd /var/lib/jenkins/workspace/Orbital-Satellite_*'''
sh './gradlew setupCIWorkspace'
sh 'chmod u+x gradlew'
sh './gradlew setupCIWorkspace'
}
}
stage('Check') {