jenkins update attempt
Some checks failed
gitea/franz/pipeline/head There was a failure building this commit

This commit is contained in:
Adam R Grey 2023-03-29 22:08:36 -04:00
parent 2724646e29
commit e66fad3e78

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent any
tools {
dotnetsdk 'dotnet7'
dotnetsdk 'net7'
}
stages {
stage('build franz') {