Update Jenkinsfile
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -1,10 +1,9 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Copy Key Properties') {
|
||||
steps {
|
||||
sh 'cp /home/jenkins/key.properties refilc/android/key.properties'
|
||||
sh 'cp /home/jenkins/key.properties $WORKSPACE/refilc/android/key.properties'
|
||||
}
|
||||
}
|
||||
stage('Flutter Doctor') {
|
||||
@@ -29,10 +28,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
cleanWs()
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user