jenkins: remove unnecessary checkout stage

This commit is contained in:
2025-10-03 10:38:15 +02:00
parent a26c729c84
commit 514739b6c2

5
Jenkinsfile vendored
View File

@@ -8,11 +8,6 @@ pipeline {
cron('H/10 * * * *') cron('H/10 * * * *')
} }
stages { stages {
stage('Checkout') {
steps {
git branch: 'master', credentialsId: '3563e7c8-6a79-407c-9681-5d6e6291ba34', url: 'https://gitlab.julian-mutter.de/julian/sheetless'
}
}
stage('Build Flutter') { stage('Build Flutter') {
steps { steps {
sh 'devenv shell flutter build web --release' sh 'devenv shell flutter build web --release'