next try
All checks were successful
piwigodotnet/pipeline/head This commit looks good

This commit is contained in:
Philipp Häfelfinger 2022-10-25 22:29:46 +02:00
parent 8a060bd578
commit 745623e74d

16
Jenkinsfile vendored
View File

@ -4,17 +4,11 @@ pipeline {
} }
stages { stages {
stage ('Clean workspace') { // stage('Cloning repository') {
steps { // steps {
cleanWs() // checkout scm
} // }
} // }
stage('Cloning repository') {
steps {
checkout scm
}
}
stage('nuget restore') { stage('nuget restore') {
steps { steps {