jenkins: remove unnecessary checkout stage
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user