Add jenkinsfile
This commit is contained in:
parent
3486c31d72
commit
ba9b166cb2
13
jenkinsfile
Normal file
13
jenkinsfile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
pipeline {
|
||||||
|
agent { docker { image 'cangol/android-gradle:latest' } }
|
||||||
|
stages {
|
||||||
|
stage('build') {
|
||||||
|
steps {
|
||||||
|
sh 'gradle --version'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('test') {
|
||||||
|
sh 'echo Hello World'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user