adam
e38693e5de
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
12 lines
151 B
Groovy
12 lines
151 B
Groovy
pipeline {
|
|
agent any
|
|
|
|
stages {
|
|
stage('nuget'){
|
|
steps{
|
|
dotnetNugetPublish()
|
|
}
|
|
}
|
|
}
|
|
}
|