New builds
This commit is contained in:
parent
7efa48a886
commit
1143990d57
|
|
@ -40,6 +40,7 @@ pipeline {
|
|||
|
||||
def get_chibi_stages() {
|
||||
return {
|
||||
script {
|
||||
stage('init') {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh 'apt-get update && apt-get install -y git ca-certificates gcc make libffi-dev'
|
||||
|
|
@ -60,10 +61,12 @@ def get_chibi_stages() {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
def get_sagittarius_stages() {
|
||||
return {
|
||||
script {
|
||||
stage('init') {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh 'apt-get update && apt-get install -y git ca-certificates gcc make libffi-dev'
|
||||
|
|
@ -84,5 +87,6 @@ def get_sagittarius_stages() {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue