remove dotnet as 'tool'
Some checks failed
gitea/franz/pipeline/head There was a failure building this commit
Some checks failed
gitea/franz/pipeline/head There was a failure building this commit
This commit is contained in:
parent
240606336b
commit
086b5776ff
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,8 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
tools {
|
|
||||||
dotnetsdk "net7.0"
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage ('Clean workspace') {
|
stage ('Clean workspace') {
|
||||||
steps {
|
steps {
|
||||||
@ -27,8 +24,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
echo 'I will always say Hello again!'
|
echo 'I will always say Hello again!'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user