Skip to content

Instantly share code, notes, and snippets.

pipeline {
agent none
stages{
stage('Parallel Steps') {
parallel {
stage('BranchA'){
stages{
stage('BranchA - First Sequential'){
agent any
steps {
pipeline {
agent none
stages{
stage('Parallel Steps') {
parallel {
stage('BranchA'){
stages{
stage('InputA'){
agent any
input {
[{"_class":"io.blueocean.rest.pipeline.editor.ExportedDescribableModel","displayName":"DockerPipeline","hasSingleRequiredParameter":true,"help":"<!--\n ~ The MIT License\n ~\n ~ Copyright (c) 2017, CloudBees, Inc.\n ~\n ~ Permission is hereby granted, free of charge, to any person obtaining a copy\n ~ of this software and associated documentation files (the \"Software\"), to deal\n ~ in the Software without restriction, including without limitation the rights\n ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n ~ copies of the Software, and to permit persons to whom the Software is\n ~ furnished to do so, subject to the following conditions:\n ~\n ~ The above copyright notice and this permission notice shall be included in\n ~ all copies or substantial portions of the Software.\n ~\n ~ THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n ~ FITNESS FOR A PARTICULAR
pipeline {
agent any
stages {
stage('First') {
parallel {
stage('Fail Step') {
steps {
bat 'exit 1'
}
}
<testsuites name="jest tests">
<testsuite name="ansi" tests="30" errors="0" failures="0" skipped="0" timestamp="2017-10-26T05:59:09" time="1.758">
<testcase classname="ansi react element generator unstyled text will not wrap simple text input" name="ansi react element generator unstyled text will not wrap simple text input" time="0.006">
</testcase>
<testcase classname="ansi react element generator styled text handles the simple case" name="ansi react element generator styled text handles the simple case" time="0.001">
</testcase>
<testcase classname="ansi react element generator styled text will set bg and fg" name="ansi react element generator styled text will set bg and fg" time="0.001">
</testcase>
<testcase classname="ansi react element generator styled text will set bg and fg then reset" name="ansi react element generator styled text will set bg and fg then reset" time="0">
</testcase>