Added Jenkinsfile
This commit is contained in:
parent
4a6930bf48
commit
baa657798d
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user