Skip to content

Commit

Permalink
do not run integration tests on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Sep 24, 2021
1 parent cc661bd commit cbadc05
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ pipeline {
stage('Integration tests') {
parallel {
stage('Cypress') {
steps {
when {
environment name: 'CHANGE_ID', value: ''
}
when {
environment name: 'CHANGE_ID', value: ''
}
node(label: 'docker') {
steps {
node(label: 'docker') {
script {
try {
sh '''docker pull plone; docker run -d --name="$BUILD_TAG-plone" -e SITE="Plone" -e PROFILES="profile-plone.restapi:blocks" plone fg'''
Expand Down

0 comments on commit cbadc05

Please sign in to comment.