jenkins: add step to build devenv shell
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -8,6 +8,11 @@ pipeline {
|
||||
cron('H/10 * * * *')
|
||||
}
|
||||
stages {
|
||||
stage('Build devenv shell') {
|
||||
steps {
|
||||
sh 'devenv shell'
|
||||
}
|
||||
}
|
||||
stage('Parallel Build and Deploy') {
|
||||
parallel {
|
||||
stage('Android') {
|
||||
|
||||
Reference in New Issue
Block a user