post section was in wrong part of file
This commit is contained in:
parent
1d28bb4ef5
commit
5ee880892e
1 changed files with 6 additions and 5 deletions
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
@ -35,12 +35,13 @@ pipeline {
|
||||||
sh 'flutter pub publish -f --skip-validation'
|
sh 'flutter pub publish -f --skip-validation'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
post {
|
|
||||||
always {
|
post {
|
||||||
archiveArtifacts artifacts: "*.tgz", fingerprint: true
|
always {
|
||||||
deleteDir()
|
archiveArtifacts artifacts: "*.tgz", fingerprint: true
|
||||||
}
|
deleteDir()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue