Added Jenkinsfile

This commit is contained in:
Suman Dutta 2022-09-19 05:37:56 +00:00
parent f379fc94f4
commit 8c797d4a88

6
Jenkinsfile vendored
View File

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