Skip to content

Commit

Permalink
Explicitly set node container version for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robertauer committed Oct 23, 2018
1 parent 5c1e183 commit 47a1ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ timestamps{

dir('integrationTests') {
withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'zalenium_build.cloudogu.com', usernameVariable: 'TOKEN_ID', passwordVariable: 'TOKEN_SECRET']]) {
docker.image('node:8-stretch').inside("-e WEBDRIVER=remote -e CES_FQDN=${cesIP} -e SELENIUM_BROWSER=chrome -e SELENIUM_REMOTE_URL=http://${env.TOKEN_ID}:${env.TOKEN_SECRET}@build.cloudogu.com:4444/wd/hub") {
docker.image('node:8.12.0-stretch').inside("-e WEBDRIVER=remote -e CES_FQDN=${cesIP} -e SELENIUM_BROWSER=chrome -e SELENIUM_REMOTE_URL=http://${env.TOKEN_ID}:${env.TOKEN_SECRET}@build.cloudogu.com:4444/wd/hub") {
sh 'yarn install'
sh 'yarn run ci-test'
}
Expand Down

0 comments on commit 47a1ea9

Please sign in to comment.