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 { 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') {