Skip to content

Commit

Permalink
update cypress to version 12.17.0 (#1064) (#1065)
Browse files Browse the repository at this point in the history
Co-authored-by: Roberto Oliveira <robertoguimaraes8@gmail.com>
  • Loading branch information
github-actions[bot] and rgdoliveira committed Sep 4, 2023
1 parent 058798c commit 3442343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.prod.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline {
env.DROOLS_PRODUCT_VERSION = "${DROOLS_PRODUCT_VERSION ?: parseVersionFromPom('kiegroup/drools', getDroolsBranch())}"

// Needed by Kogito Apps
setupCypressEnv('9.7.0')
setupCypressEnv('12.17.0')
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion dsl/seed/jenkinsfiles/Jenkinsfile.buildchain
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pipeline {
currentBuild.displayName = params.DISPLAY_NAME ?: env.GIT_BRANCH_NAME ?: currentBuild.displayName

// Needed by Kogito Apps
setupCypressEnv('9.7.0')
setupCypressEnv('12.17.0')
}
}
}
Expand Down

0 comments on commit 3442343

Please sign in to comment.