Skip to content
Snippets Groups Projects
Commit 067fd371 authored by Karthik Shetty's avatar Karthik Shetty
Browse files

Update Jenkinsfile

parent e4400657
Branches
No related tags found
No related merge requests found
......@@ -45,6 +45,20 @@ pipeline {
}
}
}
stage('Playstore Alpha') {
steps {
script {
// Use absolute path to Fastlane
def fastlanePath = '/home/karthik_shetty_niveussolutions_c/usr/local/bin/fastlane'
env.PATH = "${fastlanePath}:${env.PATH}"
// Run Fastlane deploy for Firebase App distribution
sh 'fastlane deployToplay'
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment