Skip to content

Commit

Permalink
Added Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFernandezSnyk committed Oct 26, 2021
1 parent efeca53 commit fd2e6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent {
node {
label 'latest'
docker {
image 'node:latest'
}

}
Expand Down

0 comments on commit fd2e6ab

Please sign in to comment.