#247 -- Fix jenkins file
This commit is contained in:
parent
db4620694c
commit
a9c617075f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -3,12 +3,12 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
./gradlew build
|
||||
sh "./gradlew build"
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
./gradlew test
|
||||
sh "./gradlew test"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -112,8 +112,4 @@ dependencies {
|
||||
implementation group: 'xalan', name: 'xalan', version: '2.7.2'
|
||||
|
||||
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
|
||||
//compile group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '3.3.1'
|
||||
//testCompile group: 'org.seleniumhq.selenium', name: 'selenium-support', version: '3.3.1'
|
||||
//testCompile group: 'com.google.guava', name: 'guava', version: '21.0'
|
||||
testImplementation group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user