Skip to content

Commit 7ef1276

Browse files
committed
changed agent for local dev
1 parent 13d80c7 commit 7ef1276

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Jenkinsfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
pipeline {
2-
agent {
3-
docker {
4-
image 'node:lts-buster-slim'
5-
args '-p 3000:3000'
6-
}
7-
}
2+
agent none
83
stages {
94
stage('Build') {
105
steps {

0 commit comments

Comments
 (0)