ci: jenkinsfile pt. 3

This commit is contained in:
Fernando Araoz 2025-01-22 20:17:50 -05:00
parent 9749ee71b8
commit dc786bf9a5

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
agent { agent {
docker { docker {
reuseNode true reuseNode true
image 'stagex/zig:0.13.0' image 'eloitor/zig:0.13.0'
} }
} }
steps { steps {