clean step in correct order
This commit is contained in:
parent
d08e0cfbb3
commit
bb824f0376
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -17,12 +17,6 @@ pipeline {
|
||||
|
||||
stages {
|
||||
|
||||
stage('🧹 Cleanup') {
|
||||
steps {
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
|
||||
stage('🧰 Setup PlatformIO') {
|
||||
steps {
|
||||
dir('Software') {
|
||||
@ -77,6 +71,12 @@ wifi_ap_password = DummyAP
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('🧹 Cleanup') {
|
||||
steps {
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
|
Loading…
x
Reference in New Issue
Block a user