This website works better with JavaScript.
Home
Explore
Help
Sign In
SentientGeeks
/
LocationCalculator
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Added Jenkinsfile
API
Suman Dutta
2 years ago
parent
f379fc94f4
commit
8c797d4a88
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
Jenkinsfile
+ 6
- 0
Jenkinsfile
View File
@ -10,5 +10,11 @@ pipeline {
}
}
stage('') {
steps {
dotnetPublish(workDirectory: '/var/lib/jenkins/workspace/LocationCalculator_API/API')
}
}
}
}
Write
Preview
Loading…
Cancel
Save