Jenkins en docker ?!

This commit is contained in:
2025-01-11 01:23:46 +01:00
parent 438917cf3c
commit 826da5440c

4
Jenkinsfile vendored
View File

@@ -1,5 +1,7 @@
pipeline { pipeline {
agent any agent {
dockerfile true
}
tools { tools {
nodejs "nodejs" nodejs "nodejs"