Added Jenkinsfile
This commit is contained in:
parent
4a6930bf48
commit
baa657798d
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -8,7 +8,9 @@ pipeline {
|
||||
stages {
|
||||
stage('Setup') {
|
||||
steps {
|
||||
sh './gradlew setupCIWorkspace'
|
||||
sh '''pwd
|
||||
ls -la
|
||||
./gradlew setupCIWorkspace'''
|
||||
}
|
||||
}
|
||||
stage('Checking code') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user