Browse Source

Added Jenkinsfile

API
Suman Dutta 2 years ago
parent
commit
8c797d4a88
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      Jenkinsfile

+ 6
- 0
Jenkinsfile View File

@ -10,5 +10,11 @@ pipeline {
}
}
stage('') {
steps {
dotnetPublish(workDirectory: '/var/lib/jenkins/workspace/LocationCalculator_API/API')
}
}
}
}

Loading…
Cancel
Save