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 * * * *')
|
||||
}
|
||||
stages {
|
||||
stage('Build devenv shell') {
|
||||
stage('Test devenv') {
|
||||
steps {
|
||||
sh 'devenv shell'
|
||||
sh 'devenv test'
|
||||
}
|
||||
}
|
||||
stage('Parallel Build and Deploy') {
|
||||
|
||||
Reference in New Issue
Block a user