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 61eab83 commit cc661bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ pipeline {
parallel {
stage('Cypress') {
steps {
node(label: 'docker') {
when {
environment name: 'CHANGE_ID', value: ''
}
}
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 cc661bd

Please sign in to comment.