We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ef4c97 + 4e3d259 commit 91f6044Copy full SHA for 91f6044
2 files changed
jenkins/Jenkinsfile
@@ -1,10 +1,5 @@
1
pipeline {
2
- agent {
3
- docker {
4
- image 'node:lts-buster-slim'
5
- args '-p 3000:3000'
6
- }
7
+ agent any
8
environment {
9
CI = 'true'
10
}
jenkins/scripts/deliver.sh
@@ -25,5 +25,3 @@ set +x
25
26
echo 'Now...'
27
echo 'Visit http://localhost:3000 to see your Node.js/React application in action.'
28
-echo '(This is why you specified the "args ''-p 3000:3000''" parameter when you'
29
-echo 'created your initial Pipeline as a Jenkinsfile.)'
0 commit comments