ci: jenkinsfile pt. 6

This commit is contained in:
Fernando Araoz 2025-01-22 20:46:28 -05:00
parent 36b85a07cc
commit d89918795e

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build binary with JSON flag') {
steps {
sh 'docker run -v $PWD:/app denisgolius/zig:0.13.0 build -Djson=true -Doptimize=ReleaseSmall'
sh 'docker run -v /home/fernando/services/jenkins/data/workspace/thp-zig:/app denisgolius/zig:0.13.0 build -Djson=true -Doptimize=ReleaseSmall'
}
}
stage('Move binary') {