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
0ea0596026
commit
7c0dd07438
1 changed files
with
1 additions
and
6 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-6
Jenkinsfile
+ 1
- 6
Jenkinsfile
View File
@ -1,10 +1,5 @@
pipeline {
pipeline {
agent {
node {
label 'git'
}
}
agent any
stages {
stages {
stage('git pull') {
stage('git pull') {
steps {
steps {
Write
Preview
Loading…
Cancel
Save