Skip to content

Instantly share code, notes, and snippets.

@RanaRanvijaySingh
Created January 25, 2020 18:33
Show Gist options
  • Save RanaRanvijaySingh/43348f62aad9e74dba95b995e995377b to your computer and use it in GitHub Desktop.
Save RanaRanvijaySingh/43348f62aad9e74dba95b995e995377b to your computer and use it in GitHub Desktop.
stage('BUILD') {
steps {
sh '''
#!/bin/sh
flutter build apk --debug
'''
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment