Skip to content

Commit a036be2

Browse files
committed
Add docker tool to Jenkinsfile
1 parent 1fce0d9 commit a036be2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
pipeline {
22
agent any
33
tools {
4-
nodejs 'node23'
4+
nodejs 'node23'
5+
docker 'docker'
56
}
67
stages {
78
stage('Install Dependencies') {

0 commit comments

Comments
 (0)