mirror of
https://github.com/status-im/keycard-cli.git
synced 2025-02-28 20:00:38 +00:00
add cleanup post step (#3)
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
1a13c76360
commit
64f4cc0c4a
7
_assets/ci/Jenkinsfile
vendored
7
_assets/ci/Jenkinsfile
vendored
@ -65,4 +65,11 @@ pipeline {
|
||||
} }
|
||||
}
|
||||
}
|
||||
post {
|
||||
always { script {
|
||||
dir(env.PROJECT) {
|
||||
sh 'make clean'
|
||||
}
|
||||
} }
|
||||
}
|
||||
}
|
||||
|
@ -50,4 +50,11 @@ pipeline {
|
||||
} }
|
||||
}
|
||||
}
|
||||
post {
|
||||
always { script {
|
||||
dir(env.PROJECT) {
|
||||
sh 'make clean'
|
||||
}
|
||||
} }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user