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') {
|
||||
steps {
|
||||
script {
|
||||
sh """
|
||||
pwd
|
||||
src/update.py
|
||||
git checkout -- src/about-dialog.ui src/opengnsys/__init__.py
|
||||
"""
|
||||
dir (${env.BUILD_DIR}) {
|
||||
script {
|
||||
sh """
|
||||
src/update.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")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue