does Clean Workspace go at the end?
Some checks failed
gitea/franz/pipeline/head There was a failure building this commit
Some checks failed
gitea/franz/pipeline/head There was a failure building this commit
This commit is contained in:
parent
086b5776ff
commit
30eda5dd07
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -1,11 +1,6 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage ('Clean workspace') {
|
||||
steps {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
stage('build franz') {
|
||||
steps {
|
||||
echo 'building franz'
|
||||
@ -23,6 +18,11 @@ pipeline {
|
||||
sh 'dotnet publish topiclister/topiclister.csproj --configuration Release --output ./topiclister'
|
||||
}
|
||||
}
|
||||
stage ('Clean workspace') {
|
||||
steps {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
Loading…
Reference in New Issue
Block a user