Browse Source

correcciones

Oscar José Nuñez Chávez 5 years ago
parent
commit
33bbb73f6f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Jenkinsfile

+ 4 - 4
Jenkinsfile

@@ -4,8 +4,8 @@ pipeline {
         stage('build') {
         stage('build') {
             steps {
             steps {
                 sh  '''
                 sh  '''
-                    cd /home/administrador/Documentos/GIT/Inversys/app/frontend/
-				    git pull
+                    cd /opt/inversys/app/frontend/
+                    git pull
                     '''
                     '''
             }
             }
         }
         }
@@ -17,9 +17,9 @@ pipeline {
         stage('Deploy') {
         stage('Deploy') {
             steps {
             steps {
                 sh  '''
                 sh  '''
-                    cd /home/administrador/Documentos/GIT/Inversys/
+                    cd /opt/inversys/
                     echo $USER
                     echo $USER
-				    docker-compose up -d --build frontend
+                    docker-compose up -d --build frontend
                     '''
                     '''
             }
             }
         }
         }