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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Pull') {
|
|
||||||
steps {
|
|
||||||
sh 'git pull'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh './deploy.sh test'
|
sh './deploy.sh test'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue