backup
This commit is contained in:
8
docker/Jenkinsfile
vendored
8
docker/Jenkinsfile
vendored
@@ -28,6 +28,14 @@ pipeline {
|
||||
])
|
||||
}
|
||||
}
|
||||
stage('Pre-build script') {
|
||||
steps{
|
||||
script {
|
||||
echo "Running pre-build script"
|
||||
sh "./docker/prebuild.sh"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("Build and test"){
|
||||
parallel {
|
||||
stage("Build Math") {
|
||||
|
||||
Reference in New Issue
Block a user