let's see if this works
This commit is contained in:
parent
641ebbfe24
commit
e2d3f619fd
1 changed files with 12 additions and 0 deletions
12
Jenkinsfile
vendored
Normal file
12
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Pull') {
|
||||
steps {
|
||||
sh '''cd /var/www/ellpeck
|
||||
git pull'''
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue