Removed pull stage from Jenkinsfile
This commit is contained in:
parent
33ba48c968
commit
631213a412
1 changed files with 0 additions and 5 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
|
@ -1,11 +1,6 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Pull') {
|
||||
steps {
|
||||
sh 'git pull'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh './deploy.sh test'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue