Jenkins en docker ?!

This commit is contained in:
2025-01-11 01:23:46 +01:00
parent 438917cf3c
commit 826da5440c
Vendored
+3 -1
View File
@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
dockerfile true
}
tools {
nodejs "nodejs"