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