Added Jenkinsfile
This commit is contained in:
parent
4e8166eaf3
commit
79045e4c26
19
Jenkinsfile
vendored
Normal file
19
Jenkinsfile
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
pipeline {
|
||||
agent {
|
||||
node {
|
||||
label 'git'
|
||||
}
|
||||
|
||||
}
|
||||
stages {
|
||||
stage('git pull') {
|
||||
steps {
|
||||
dir(path: 'https://git.sentientgeeks.us/SentientGeeks/') {
|
||||
git(url: 'https://git.sentientgeeks.us/SentientGeeks/LocationCalculator.git', branch: 'API', poll: true)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user