You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pipeline {
...
stages {
...
stage("Build & Test") {
steps {
/*
* Will provide status based on stage success/failure with same name as stage
* or provideStatus("Some Status") can be used
*/
provideStatus()
...
}
}
}
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: