We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fce0d9 commit a036be2Copy full SHA for a036be2
Jenkinsfile
@@ -1,7 +1,8 @@
1
pipeline {
2
agent any
3
tools {
4
- nodejs 'node23'
+ nodejs 'node23'
5
+ docker 'docker'
6
}
7
stages {
8
stage('Install Dependencies') {
0 commit comments