expected to find someTool someVersion
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:15:29 -04:00
parent 310f1a883c
commit e6935bc565

2
Jenkinsfile vendored
View File

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