update jenkinsfile
Some checks failed
gitea/directors-assistant/pipeline/head There was a failure building this commit

This commit is contained in:
Adam R Grey 2023-12-03 22:09:29 -05:00
parent e06650f30c
commit ba68fb79c1

4
Jenkinsfile vendored
View File

@ -1,12 +1,10 @@
pipeline {
agent any
tools {
dotnetsdk 'dotnet7'
}
stages {
stage('clean old'){
steps{
sh 'rm -rf bin obj'
cleanWs()
}
}
stage('linux') {