From 407c5a33c0bebd22a81cfb89203426b6af3b2dff Mon Sep 17 00:00:00 2001 From: flashlan Date: Tue, 16 Nov 2021 09:39:50 -0300 Subject: [PATCH] added JenkinsFile --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c28c471..b3d8c2e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,10 +7,10 @@ pipeline { stages { stage('Build') { steps { - sh 'sudo apt-get update && sudo apt-get -y --no-install-recommends install && sudo apt-get clean' - sh 'sudo apt-get install -y curl ' - sh 'curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -' - sh 'sudo apt-get install -y nodejs && sudo apt-get install -y nginx' + //sh 'sudo apt-get update && sudo apt-get -y --no-install-recommends install && sudo apt-get clean' + //sh 'sudo apt-get install -y curl ' + //sh 'curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -' + //sh 'sudo apt-get install -y nodejs && sudo apt-get install -y nginx' sh 'npm install' } }