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