No manual sync with repo since this is done by jenkins
This commit is contained in:
parent
6b33d20f90
commit
ceabe3f6f8
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -2,15 +2,6 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('sync') {
|
|
||||||
steps {
|
|
||||||
script {
|
|
||||||
sh 'git pull'
|
|
||||||
sh 'git checkout develop'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('migration') {
|
stage('migration') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
Loading…
Reference in New Issue
Block a user