jenkins: use devenv test to build shell

This commit is contained in:
2025-10-03 11:41:31 +02:00
parent 5c0689f300
commit 5204ee85bf

4
Jenkinsfile vendored
View File

@@ -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') {