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