update jenkinsfile
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit
This commit is contained in:
parent
e06650f30c
commit
ba68fb79c1
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,12 +1,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
tools {
|
|
||||||
dotnetsdk 'dotnet7'
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('clean old'){
|
stage('clean old'){
|
||||||
steps{
|
steps{
|
||||||
sh 'rm -rf bin obj'
|
sh 'rm -rf bin obj'
|
||||||
|
cleanWs()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('linux') {
|
stage('linux') {
|
||||||
|
Loading…
Reference in New Issue
Block a user