forked from firka/firka
Update Jenkinsfile
This commit is contained in:
20
Jenkinsfile
vendored
20
Jenkinsfile
vendored
@@ -13,15 +13,6 @@ pipeline {
|
|||||||
sh 'git submodule update --init --recursive'
|
sh 'git submodule update --init --recursive'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Environment') {
|
|
||||||
steps {
|
|
||||||
sh '''
|
|
||||||
$FLUTTER --version
|
|
||||||
$DART --version
|
|
||||||
$FLUTTER doctor -v
|
|
||||||
'''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Dependencies') {
|
stage('Dependencies') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
@@ -31,10 +22,13 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Setup') {
|
stage('Setup') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cp -r /opt/secrets firka/'
|
sh '''
|
||||||
}
|
cp -r /opt/secrets firka/
|
||||||
}
|
ls firka/secrets/
|
||||||
|
'''
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Codegen') {
|
stage('Codegen') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
|
|||||||
Reference in New Issue
Block a user