take2
All checks were successful
gitea.arg.rip/jenkins-playground/pipeline/head This commit looks good

This commit is contained in:
adam 2024-11-10 00:40:09 -05:00
parent 79efdfcedf
commit 628d84cfa7

6
Jenkinsfile vendored
View File

@ -3,8 +3,10 @@ pipeline {
stages { stages {
stage('env'){ stage('env'){
cleanWs() steps{
checkout scm cleanWs()
checkout scm
}
} }
stage('nuget pack'){ stage('nuget pack'){
steps{ steps{