Trying build
This commit is contained in:
parent
3cac89da81
commit
28fff8335d
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -1,14 +1,13 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent any
|
||||||
docker {
|
|
||||||
image 'loxygen/autozoil'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
dir('test') {
|
def customImage = docker.build("paper-cutter:${env.BUILD_ID}")
|
||||||
sh 'bash run_tests.sh'
|
customImage.inside() {
|
||||||
|
dir('test') {
|
||||||
|
sh 'bash run_tests.sh'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user