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 * * * *')
|
cron('H/10 * * * *')
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
stage('Build devenv shell') {
|
||||||
|
steps {
|
||||||
|
sh 'devenv shell'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Parallel Build and Deploy') {
|
stage('Parallel Build and Deploy') {
|
||||||
parallel {
|
parallel {
|
||||||
stage('Android') {
|
stage('Android') {
|
||||||
|
|||||||
Reference in New Issue
Block a user