take2
All checks were successful
gitea.arg.rip/jenkins-playground/pipeline/head This commit looks good
All checks were successful
gitea.arg.rip/jenkins-playground/pipeline/head This commit looks good
This commit is contained in:
parent
79efdfcedf
commit
628d84cfa7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,9 +3,11 @@ pipeline {
|
|||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('env'){
|
stage('env'){
|
||||||
|
steps{
|
||||||
cleanWs()
|
cleanWs()
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('nuget pack'){
|
stage('nuget pack'){
|
||||||
steps{
|
steps{
|
||||||
dotnetPack(outputDirectory: "./", project: "nugettest/")
|
dotnetPack(outputDirectory: "./", project: "nugettest/")
|
||||||
|
Loading…
Reference in New Issue
Block a user