mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-02-16 08:16:35 +00:00
jenkinsfile: limit gitscm step to only opened pr
Signed-off-by: markoburcul <marko@status.im>
This commit is contained in:
parent
22d573ff77
commit
1a9eaf4477
3
apps/connector/Jenkinsfile
vendored
3
apps/connector/Jenkinsfile
vendored
@ -30,6 +30,9 @@ pipeline {
|
|||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
|
when {
|
||||||
|
expression { currentBuild.previousCompletedBuild == null }
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
checkout scmGit(
|
checkout scmGit(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user