Jenkinsfile: automatically update flutter checkout
This commit is contained in:
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@@ -5,6 +5,18 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Update flutter checkout') {
|
||||
steps {
|
||||
script {
|
||||
sh '''#!/bin/sh
|
||||
set -xe
|
||||
cd /home/jenkins/development/flutter
|
||||
git pull
|
||||
'''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build release') {
|
||||
steps {
|
||||
script {
|
||||
|
||||
Reference in New Issue
Block a user