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 {
|
||||
agent any
|
||||
tools {
|
||||
dotnetsdk 'dotnet7'
|
||||
}
|
||||
stages {
|
||||
stage('clean old'){
|
||||
steps{
|
||||
sh 'rm -rf bin obj'
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
stage('linux') {
|
||||
|
Loading…
Reference in New Issue
Block a user