mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-11 12:44:28 +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 {
|
||||
stage('Checkout') {
|
||||
when {
|
||||
expression { currentBuild.previousCompletedBuild == null }
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
checkout scmGit(
|
||||
|
Loading…
x
Reference in New Issue
Block a user