Created
January 25, 2020 18:33
-
-
Save RanaRanvijaySingh/43348f62aad9e74dba95b995e995377b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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