jenkins: use devenv test to build shell
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -8,9 +8,9 @@ pipeline {
|
|||||||
cron('H/10 * * * *')
|
cron('H/10 * * * *')
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build devenv shell') {
|
stage('Test devenv') {
|
||||||
steps {
|
steps {
|
||||||
sh 'devenv shell'
|
sh 'devenv test'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Parallel Build and Deploy') {
|
stage('Parallel Build and Deploy') {
|
||||||
|
|||||||
Reference in New Issue
Block a user