maybe the secret name is a string
Some checks failed
gitea/franz/pipeline/head There was a failure building this commit
greyn/franz/pipeline/head There was a failure building this commit

This commit is contained in:
Adam R Grey 2023-03-29 22:20:06 -04:00
parent 53b0572c1e
commit 8e42797116

2
Jenkinsfile vendored
View File

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