refs #2659 Adds jenkins branch for testing
ogagent/pipeline/head There was a failure building this commit
Details
ogagent/pipeline/head There was a failure building this commit
Details
parent
7599e91986
commit
a27ed86d0d
|
@ -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")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue