This commit is contained in:
parent
8a060bd578
commit
745623e74d
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user