next try
piwigodotnet/pipeline/head This commit looks good Details

This commit is contained in:
Philipp Häfelfinger 2022-10-25 22:29:46 +02:00
parent 8a060bd578
commit 745623e74d
1 changed files with 5 additions and 11 deletions

16
Jenkinsfile vendored
View File

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