remove dotnet as 'tool'
Some checks failed
gitea/franz/pipeline/head There was a failure building this commit

This commit is contained in:
Adam R Grey 2023-12-01 18:51:52 -05:00
parent 240606336b
commit 086b5776ff

7
Jenkinsfile vendored
View File

@ -1,8 +1,5 @@
pipeline {
agent any
tools {
dotnetsdk "net7.0"
}
stages {
stage ('Clean workspace') {
steps {
@ -27,8 +24,8 @@ pipeline {
}
}
}
post {
always {
post {
always {
echo 'I will always say Hello again!'
}
}