Compare commits

..

No commits in common. "5da3dddc2c919112634ae5cb3def1745a05dc778" and "3dcb226c853960b7afe7e3d3d8ec04171ebbb827" have entirely different histories.

4
Jenkinsfile vendored
View File

@ -1,4 +1,4 @@
// pipeline {
pipeline {
agent {
docker {
image 'node:18'
@ -26,4 +26,4 @@
}
}
}
// }
}