diff --git a/contrib/aws/Jenkinsfile b/contrib/aws/Jenkinsfile index 2edbb0c5945..bbb9aa8cd34 100644 --- a/contrib/aws/Jenkinsfile +++ b/contrib/aws/Jenkinsfile @@ -131,6 +131,7 @@ pipeline { options { buildDiscarder(logRotator(daysToKeepStr: "90")) timeout(time: 10, unit: 'HOURS') + skipDefaultCheckout() } environment { // AWS region where the cluster is created @@ -151,7 +152,6 @@ pipeline { stage("Download and extract PortaFiducia") { steps { script { - sh 'printenv' download_and_extract_portafiducia('PortaFiducia') } }