refs #2659 Adds jenkins branch for testing
ogagent/pipeline/head There was a failure building this commit Details

pull/61/head
Nicolas Arenas 2025-09-02 16:30:53 +02:00
parent 7599e91986
commit a27ed86d0d
1 changed files with 7 additions and 6 deletions

View File

@ -68,13 +68,14 @@ pipeline {
} }
stage('Build') { stage('Build') {
steps { steps {
script { dir (${env.BUILD_DIR}) {
sh """ script {
pwd sh """
src/update.py src/update.py
git checkout -- src/about-dialog.ui src/opengnsys/__init__.py git checkout -- src/about-dialog.ui src/opengnsys/__init__.py
""" """
construirPaquete("${env.BUILD_DIR}/linux", "../artifacts", "172.17.8.68", "/var/tmp/opengnsys/debian-repo/ogagent") construirPaquete("${env.BUILD_DIR}/linux", "../artifacts", "172.17.8.68", "/var/tmp/opengnsys/debian-repo/ogagent")
}
} }
} }
} }