Removing selenium tests

This commit is contained in:
Martin Stockhammer 2018-05-06 23:24:04 +02:00
parent d5221ad315
commit 0a89a15bcb
1 changed files with 0 additions and 5 deletions

5
Jenkinsfile vendored
View File

@ -103,11 +103,6 @@ pipeline {
}
}
}
stage('IntegrationTest') {
steps {
build(job: "${INTEGRATION_PIPELINE}/archiva/${env.BRANCH_NAME}", propagate: false, quietPeriod: 10)
}
}
}
post {