add docker agent

This commit is contained in:
Aneta Tlałka 2023-10-24 17:59:02 +02:00
parent f6e54ca0ea
commit 5abc468ec9

4
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline { pipeline {
agent any agent {
docker { image 'node:18.18.2-alpine3.18' }
}
stages { stages {
stage('Build') { stage('Build') {