Skip to content

Commit cee269f

Browse files
authored
Update Jenkinsfile
jenkinsfile sin imagen de node
1 parent bc7e2f8 commit cee269f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Jenkinsfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
pipeline {
2-
agent {
3-
docker {
4-
image 'node:lts-bulleye-slim'
5-
args: '-p 3000:3000'
6-
}
7-
}
2+
agent any
83
stages {
94
stage('Build'){
105
steps {
11-
sh 'npm install'
126
echo "Construimos el proyecto JS"
137
}
148
}

0 commit comments

Comments
 (0)