tests added to pipeline
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
Some checks failed
esbo_ds/ESBO-ETC/pipeline/head There was a failure building this commit
This commit is contained in:
parent
7c97c819e8
commit
d21712897c
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -8,7 +8,10 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
agent {
|
agent {
|
||||||
label 'lunjaserv'
|
dockerfile {
|
||||||
|
filename "Dockerfile"
|
||||||
|
args "-u root" //needed to get around permission issues
|
||||||
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
// Install dependencies
|
// Install dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user