Merge "Add missing papperEnv for backupninja pipes"
diff --git a/backupninja-backup-pipeline.groovy b/backupninja-backup-pipeline.groovy
index 9370ccf..45812a4 100644
--- a/backupninja-backup-pipeline.groovy
+++ b/backupninja-backup-pipeline.groovy
@@ -1,6 +1,7 @@
 def common = new com.mirantis.mk.Common()
 def salt = new com.mirantis.mk.Salt()
 def python = new com.mirantis.mk.Python()
+def pepperEnv = "pepperEnv"
 
 timeout(time: 12, unit: 'HOURS') {
     node() {
diff --git a/backupninja-restore-pipeline.groovy b/backupninja-restore-pipeline.groovy
index ca4145f..b38cd6a 100644
--- a/backupninja-restore-pipeline.groovy
+++ b/backupninja-restore-pipeline.groovy
@@ -1,6 +1,7 @@
 def common = new com.mirantis.mk.Common()
 def salt = new com.mirantis.mk.Salt()
 def python = new com.mirantis.mk.Python()
+def pepperEnv = "pepperEnv"
 
 timeout(time: 12, unit: 'HOURS') {
     node() {