The Jenkinsfile is

node ('ios') {
    stage ("Preparation") {
        
        // repo checkout

    }
    stage ("Build") {
        // npm install
        // npm run my-command

    }
...
}

Build Trigger is:

<https://lh3.googleusercontent.com/-iIt5pe4RLuc/WRMBUM40bzI/AAAAAAAAAFk/wTkxuUxvoM8Xc8wNVdoPC3gjktSs2Ct7gCLcB/s1600/build-trigger.png>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d30cb56e-3b31-4967-8ef7-519afb2ce15a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to