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:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -8,7 +8,10 @@ pipeline {
|
||||
stages {
|
||||
stage('Test') {
|
||||
agent {
|
||||
label 'lunjaserv'
|
||||
dockerfile {
|
||||
filename "Dockerfile"
|
||||
args "-u root" //needed to get around permission issues
|
||||
}
|
||||
}
|
||||
steps {
|
||||
// Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user