diff --git a/jenkins/bootstrap/Dockerfile b/jenkins/bootstrap/Dockerfile
index 66f13cd..a858662 100644
--- a/jenkins/bootstrap/Dockerfile
+++ b/jenkins/bootstrap/Dockerfile
@@ -4,11 +4,11 @@ ENV JAVA_OPTS -Djenkins.install.runSetupWizard=false
ENV CASC_JENKINS_CONFIG /var/jenkins_home/casc.yaml
# add plugins
-COPY /plugins.txt /usr/share/jenkins/ref/plugins.txt
+COPY $CODESPACE_VSCODE_FOLDER/jenkins/bootstrap/plugins.txt /usr/share/jenkins/ref/plugins.txt
RUN /usr/local/bin/install-plugins.sh < /usr/share/jenkins/ref/plugins.txt
# add security perms
-COPY casc.yaml /var/jenkins_home/casc.yaml
+COPY $CODESPACE_VSCODE_FOLDER/jenkins/bootstrap/casc.yaml /var/jenkins_home/casc.yaml
# seed with jobs
-COPY pipelines /usr/share/jenkins/ref/jobs
+COPY $CODESPACE_VSCODE_FOLDER/jenkins/bootstrap/pipelines /usr/share/jenkins/ref/jobs
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/build.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/build.xml
new file mode 100644
index 0000000..bfa54f2
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/build.xml
@@ -0,0 +1,253 @@
+
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ 8aa42aec-f24d-4217-9640-ccc87a170967
+
+
+
+
+
+ Example stage 1
+
+
+ default
+
+
+ sh
+
+
+
+
+ script
+
+
+ echo ${STATEMENT}
+
+
+
+
+
+
+
+
+
+
+ Example stage 2
+
+
+ default
+
+
+ sh
+
+
+
+
+ script
+
+
+ echo ${ANSWER}
+
+
+
+
+
+
+
+
+
+
+ 8aa42aec-f24d-4217-9640-ccc87a170967
+
+
+
+
+
+ AWS_ACCESS_KEY_ID
+
+
+ credentials
+
+
+ jenkins-aws-secret-key-id
+
+
+
+
+
+
+ AWS_SECRET_ACCESS_KEY
+
+
+ credentials
+
+
+ jenkins-aws-secret-access-key
+
+
+
+
+
+
+
+
+ linux
+
+
+ label
+
+
+
+
+
+ string
+
+
+
+ name
+
+
+ STATEMENT
+
+
+
+
+ defaultValue
+
+
+ hello; ls /
+
+
+
+
+ description
+
+
+ What should I say?
+
+
+
+
+
+ string
+
+
+
+ name
+
+
+ ANSWER
+
+
+
+
+ defaultValue
+
+
+ how are you?; ls /
+
+
+
+
+ description
+
+
+ What should I respond?
+
+
+
+
+
+
+
+
+
+
+
+
+ admin
+
+
+
+
+ 97
+ 1660336193690
+ 1660336193705
+ ABORTED
+ 167660
+ UTF-8
+ false
+
+ ABORTED
+
+
+ MAX_SURVIVABILITY
+
+
+ flowNode
+ 147721823
+
+
+ classLoad
+ 1578767147
+
+
+ run
+ 1385267122
+
+
+ parse
+ 192568293
+
+
+ saveProgram
+ 107955196
+
+
+ true
+ 5
+ 1:5
+ true
+ false
+
+ true
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/log-index b/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/log-index
new file mode 100644
index 0000000..0e177d1
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/log-index
@@ -0,0 +1,2 @@
+913 3
+991
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/workflow/2.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/workflow/2.xml
new file mode 100644
index 0000000..558a384
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/workflow/2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ 2
+
+
+
+ 1660336193924
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/workflow/3.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/workflow/3.xml
new file mode 100644
index 0000000..1fc751a
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/workflow/3.xml
@@ -0,0 +1,29 @@
+
+
+
+
+ 2
+
+ 3
+ org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
+
+
+
+
+
+
+ label
+ linux
+
+
+
+ true
+
+
+ 1660336195099
+
+
+ 98
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/workflow/4.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/workflow/4.xml
new file mode 100644
index 0000000..cdca8a0
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/workflow/4.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ 3
+
+ 4
+ 3
+
+
+
+ 1660336361246
+
+
+
+
+ org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.interrupt(CpsFlowExecution.java:1150)
+ org.jenkinsci.plugins.workflow.job.WorkflowRun$2.lambda$interrupt$0(WorkflowRun.java:397)
+ jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67)
+ java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
+ java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ java.base/java.lang.Thread.run(Thread.java:829)
+
+
+
+ ABORTED
+ 4
+ ABORTED
+ false
+
+
+
+
+ admin
+
+
+
+ true
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/workflow/5.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/workflow/5.xml
new file mode 100644
index 0000000..0c7047c
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/1/workflow/5.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ 4
+
+ 5
+ 2
+
+ ABORTED
+ 4
+ ABORTED
+ false
+
+
+
+
+
+
+ org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.interrupt(CpsFlowExecution.java:1150)
+ org.jenkinsci.plugins.workflow.job.WorkflowRun$2.lambda$interrupt$0(WorkflowRun.java:397)
+ jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67)
+ java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
+ java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ java.base/java.lang.Thread.run(Thread.java:829)
+
+
+
+ ABORTED
+ 4
+ ABORTED
+ false
+
+
+
+
+ admin
+
+
+
+ true
+
+
+
+ 1660336361324
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/10/build.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/10/build.xml
new file mode 100644
index 0000000..9da6272
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/10/build.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ 112
+ 1660338570807
+ 1660338570821
+ FAILURE
+ 39
+ UTF-8
+ false
+ true
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/10/log-index b/jenkins/bootstrap/pipelines/demo_pipeline/builds/10/log-index
new file mode 100644
index 0000000..e69de29
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/build.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/build.xml
new file mode 100644
index 0000000..eb90a8c
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/build.xml
@@ -0,0 +1,501 @@
+
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ e35205e6-dbd8-40b3-b61a-c2cfcd050fc1
+
+
+
+
+
+ Check Variables
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ archiveArtifacts
+
+
+
+
+ artifacts
+
+
+ **/target/*.jar
+
+
+
+
+ fingerprint
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+ Test
+
+
+ default
+
+
+ sh
+
+
+
+
+ script
+
+
+ make check || true
+
+
+
+
+
+
+ junit
+
+
+
+
+ testResults
+
+
+ **/target/*.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+ expression
+
+
+
+
+ scriptBlock
+
+
+ currentBuild.result == null || currentBuild.result == 'SUCCESS'
+
+
+
+
+
+
+
+ Deploy
+
+
+ default
+
+
+ sh
+
+
+
+
+ script
+
+
+ make publish
+
+
+
+
+
+
+
+
+
+
+ e35205e6-dbd8-40b3-b61a-c2cfcd050fc1
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+ Check Variables
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ archiveArtifacts
+
+
+
+
+ artifacts
+
+
+ **/target/*.jar
+
+
+
+
+ fingerprint
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+ Test
+
+
+ default
+
+
+ sh
+
+
+
+
+ script
+
+
+ make check || true
+
+
+
+
+
+
+ junit
+
+
+
+
+ testResults
+
+
+ **/target/*.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+ expression
+
+
+
+
+ scriptBlock
+
+
+ currentBuild.result == null || currentBuild.result == 'SUCCESS'
+
+
+
+
+
+
+
+ Deploy
+
+
+ default
+
+
+ sh
+
+
+
+
+ script
+
+
+ make publish
+
+
+
+
+
+
+
+
+
+
+ c58e606b-f38e-4afb-8a6f-601c6a99315c
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+
+ admin
+
+
+
+
+ 119
+ 1660338768839
+ 1660338768852
+ ABORTED
+ 244348507
+ UTF-8
+ false
+
+ ABORTED
+
+
+ MAX_SURVIVABILITY
+
+
+ flowNode
+ 196436291
+
+
+ classLoad
+ 1113756040
+
+
+ run
+ 494270563
+
+
+ parse
+ 849452221
+
+
+ saveProgram
+ 107993749
+
+
+ true
+ 5
+ 1:5
+ true
+ false
+
+ true
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/log-index b/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/log-index
new file mode 100644
index 0000000..0d7fc85
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/log-index
@@ -0,0 +1,2 @@
+913 3
+997
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/workflow/2.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/workflow/2.xml
new file mode 100644
index 0000000..7ac6937
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/workflow/2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ 2
+
+
+
+ 1660338768976
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/workflow/3.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/workflow/3.xml
new file mode 100644
index 0000000..a5c9324
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/workflow/3.xml
@@ -0,0 +1,29 @@
+
+
+
+
+ 2
+
+ 3
+ org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
+
+
+
+
+
+
+ label
+ TeamARunner
+
+
+
+ true
+
+
+ 1660338769258
+
+
+ 114
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/workflow/4.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/workflow/4.xml
new file mode 100644
index 0000000..6bb2b53
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/workflow/4.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ 3
+
+ 4
+ 3
+
+
+
+ 1660583117234
+
+
+
+
+ org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.interrupt(CpsFlowExecution.java:1150)
+ org.jenkinsci.plugins.workflow.job.WorkflowRun$2.lambda$interrupt$0(WorkflowRun.java:397)
+ jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67)
+ java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
+ java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ java.base/java.lang.Thread.run(Thread.java:829)
+
+
+
+ ABORTED
+ 4
+ ABORTED
+ false
+
+
+
+
+ admin
+
+
+
+ true
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/workflow/5.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/workflow/5.xml
new file mode 100644
index 0000000..29132ec
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/11/workflow/5.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ 4
+
+ 5
+ 2
+
+ ABORTED
+ 4
+ ABORTED
+ false
+
+
+
+
+
+
+ org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.interrupt(CpsFlowExecution.java:1150)
+ org.jenkinsci.plugins.workflow.job.WorkflowRun$2.lambda$interrupt$0(WorkflowRun.java:397)
+ jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67)
+ java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
+ java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ java.base/java.lang.Thread.run(Thread.java:829)
+
+
+
+ ABORTED
+ 4
+ ABORTED
+ false
+
+
+
+
+ admin
+
+
+
+ true
+
+
+
+ 1660583117309
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/build.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/build.xml
new file mode 100644
index 0000000..401e983
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/build.xml
@@ -0,0 +1,424 @@
+
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ 5c553edb-a00d-4481-8554-e83e92aefb8d
+
+
+
+
+
+ Check Variables
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ archiveArtifacts
+
+
+
+
+ artifacts
+
+
+ **/target/*.jar
+
+
+
+
+ fingerprint
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+ Test
+
+
+ default
+
+
+ junit
+
+
+
+
+ testResults
+
+
+ **/target/*.xml
+
+
+
+
+
+
+
+
+
+
+ Deploy
+
+
+ default
+
+
+ sh
+
+
+
+
+ script
+
+
+ make publish
+
+
+
+
+
+
+
+
+
+
+ 5c553edb-a00d-4481-8554-e83e92aefb8d
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+ Check Variables
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ archiveArtifacts
+
+
+
+
+ artifacts
+
+
+ **/target/*.jar
+
+
+
+
+ fingerprint
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+ Test
+
+
+ default
+
+
+ junit
+
+
+
+
+ testResults
+
+
+ **/target/*.xml
+
+
+
+
+
+
+
+
+
+
+ Deploy
+
+
+ default
+
+
+ sh
+
+
+
+
+ script
+
+
+ make publish
+
+
+
+
+
+
+
+
+
+
+ 82ebbbac-4900-4fb3-a66c-2a25449bd01e
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+
+ admin
+
+
+
+
+ 120
+ 1660339448648
+ 1660339448671
+ ABORTED
+ 243666465
+ UTF-8
+ false
+
+ ABORTED
+
+
+ MAX_SURVIVABILITY
+
+
+ flowNode
+ 158943006
+
+
+ classLoad
+ 544304733
+
+
+ run
+ 446175847
+
+
+ parse
+ 167509284
+
+
+ saveProgram
+ 96363868
+
+
+ true
+ 5
+ 1:5
+ true
+ false
+
+ true
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/log-index b/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/log-index
new file mode 100644
index 0000000..0d7fc85
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/log-index
@@ -0,0 +1,2 @@
+913 3
+997
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/workflow/2.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/workflow/2.xml
new file mode 100644
index 0000000..5f66333
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/workflow/2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ 2
+
+
+
+ 1660339448735
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/workflow/3.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/workflow/3.xml
new file mode 100644
index 0000000..c346b60
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/workflow/3.xml
@@ -0,0 +1,29 @@
+
+
+
+
+ 2
+
+ 3
+ org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
+
+
+
+
+
+
+ label
+ TeamARunner
+
+
+
+ true
+
+
+ 1660339448906
+
+
+ 116
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/workflow/4.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/workflow/4.xml
new file mode 100644
index 0000000..d87d75e
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/workflow/4.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ 3
+
+ 4
+ 3
+
+
+
+ 1660583114942
+
+
+
+
+ org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.interrupt(CpsFlowExecution.java:1150)
+ org.jenkinsci.plugins.workflow.job.WorkflowRun$2.lambda$interrupt$0(WorkflowRun.java:397)
+ jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67)
+ java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
+ java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ java.base/java.lang.Thread.run(Thread.java:829)
+
+
+
+ ABORTED
+ 4
+ ABORTED
+ false
+
+
+
+
+ admin
+
+
+
+ true
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/workflow/5.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/workflow/5.xml
new file mode 100644
index 0000000..f4feb6d
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/12/workflow/5.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ 4
+
+ 5
+ 2
+
+ ABORTED
+ 4
+ ABORTED
+ false
+
+
+
+
+
+
+ org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.interrupt(CpsFlowExecution.java:1150)
+ org.jenkinsci.plugins.workflow.job.WorkflowRun$2.lambda$interrupt$0(WorkflowRun.java:397)
+ jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67)
+ java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
+ java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ java.base/java.lang.Thread.run(Thread.java:829)
+
+
+
+ ABORTED
+ 4
+ ABORTED
+ false
+
+
+
+
+ admin
+
+
+
+ true
+
+
+
+ 1660583115088
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/build.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/build.xml
new file mode 100644
index 0000000..d352763
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/build.xml
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+
+ STATEMENT
+ What should I say?
+ hello; ls /
+
+
+ ANSWER
+ What should I respond?
+ how are you?; ls /
+
+
+
+ STATEMENT
+ ANSWER
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ 57975ed1-f7b1-4e91-adfb-988999d59ba1
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+ sh
+
+
+
+
+ script
+
+
+ printenv
+
+
+
+
+
+
+
+
+
+
+ 57975ed1-f7b1-4e91-adfb-988999d59ba1
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ !windows
+
+
+ label
+
+
+
+
+
+
+
+
+
+ 99
+ 1660336369477
+ 1660336369491
+ SUCCESS
+ 1496
+ UTF-8
+ false
+
+ SUCCESS
+
+
+ MAX_SURVIVABILITY
+
+
+ flowNode
+ 404860121
+
+
+ classLoad
+ 266323196
+
+
+ run
+ 1161288338
+
+
+ parse
+ 53410539
+
+
+ saveProgram
+ 286654302
+
+
+ true
+ 18
+ 1:18
+ true
+ false
+
+ true
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/log-index b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/log-index
new file mode 100644
index 0000000..8801f5d
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/log-index
@@ -0,0 +1,8 @@
+913 3
+1256
+3073 9
+3099
+3398 10
+3419
+3716 11
+6085
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/10.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/10.xml
new file mode 100644
index 0000000..a81024d
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/10.xml
@@ -0,0 +1,26 @@
+
+
+
+
+ 9
+
+ 10
+ org.jenkinsci.plugins.workflow.steps.EchoStep
+
+
+
+
+
+ message
+ DISABLE_AUTH is true
+
+
+
+ true
+
+
+ 1660336370309
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/11.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/11.xml
new file mode 100644
index 0000000..2d60191
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/11.xml
@@ -0,0 +1,26 @@
+
+
+
+
+ 10
+
+ 11
+ org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep
+
+
+
+
+
+ script
+ printenv
+
+
+
+ true
+
+
+ 1660336370348
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/12.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/12.xml
new file mode 100644
index 0000000..9239b64
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/12.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ 11
+
+ 12
+ 8
+
+
+
+
+ 1660336370664
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/13.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/13.xml
new file mode 100644
index 0000000..da88a65
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/13.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ 12
+
+ 13
+ 7
+
+
+
+ 1660336370735
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/14.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/14.xml
new file mode 100644
index 0000000..6662345
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/14.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ 13
+
+ 14
+ 6
+
+
+
+
+ 1660336370762
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/15.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/15.xml
new file mode 100644
index 0000000..b7cbff1
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/15.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ 14
+
+ 15
+ 5
+
+
+
+ 1660336370822
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/16.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/16.xml
new file mode 100644
index 0000000..8536b1e
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/16.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ 15
+
+ 16
+ 4
+
+
+
+
+ 1660336370847
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/17.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/17.xml
new file mode 100644
index 0000000..b6907d2
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/17.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ 16
+
+ 17
+ 3
+
+
+
+ 1660336370913
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/18.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/18.xml
new file mode 100644
index 0000000..fc968ff
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/18.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ 17
+
+ 18
+ 2
+
+ SUCCESS
+ 0
+ BLUE
+ true
+
+
+
+
+ 1660336370942
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/2.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/2.xml
new file mode 100644
index 0000000..e832d1b
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ 2
+
+
+
+ 1660336369571
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/3.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/3.xml
new file mode 100644
index 0000000..7f43b46
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/3.xml
@@ -0,0 +1,34 @@
+
+
+
+
+ 2
+
+ 3
+ org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
+
+
+
+
+
+
+ label
+ !windows
+
+
+
+ true
+
+
+ 1660336369848
+
+
+ 100
+
+
+
+ /var/jenkins_home/workspace/demo_pipeline
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/4.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/4.xml
new file mode 100644
index 0000000..b3e0570
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/4.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ 3
+
+ 4
+ org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
+
+
+
+
+ 1660336369916
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/5.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/5.xml
new file mode 100644
index 0000000..aabfb36
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/5.xml
@@ -0,0 +1,29 @@
+
+
+
+
+ 4
+
+ 5
+ org.jenkinsci.plugins.workflow.steps.EnvStep
+
+
+
+
+
+
+ overrides
+
+ DB_ENGINE=sqlite
+ DISABLE_AUTH=true
+
+
+
+
+ true
+
+
+ 1660336370028
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/6.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/6.xml
new file mode 100644
index 0000000..04c9f86
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/6.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ 5
+
+ 6
+ org.jenkinsci.plugins.workflow.steps.EnvStep
+
+
+
+
+ 1660336370042
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/7.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/7.xml
new file mode 100644
index 0000000..07fb543
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/7.xml
@@ -0,0 +1,26 @@
+
+
+
+
+ 6
+
+ 7
+ org.jenkinsci.plugins.workflow.support.steps.StageStep
+
+
+
+
+
+
+ name
+ Build
+
+
+
+ true
+
+
+ 1660336370134
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/8.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/8.xml
new file mode 100644
index 0000000..d65b18d
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/8.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ 7
+
+ 8
+ org.jenkinsci.plugins.workflow.support.steps.StageStep
+
+
+
+
+ Build
+
+
+ 1660336370147
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/9.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/9.xml
new file mode 100644
index 0000000..0e4f46e
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/2/workflow/9.xml
@@ -0,0 +1,26 @@
+
+
+
+
+ 8
+
+ 9
+ org.jenkinsci.plugins.workflow.steps.EchoStep
+
+
+
+
+
+ message
+ Database engine is sqlite
+
+
+
+ true
+
+
+ 1660336370268
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/build.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/build.xml
new file mode 100644
index 0000000..b0d4e82
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/build.xml
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ 475300a4-2e65-40b2-a485-8b4dd583d5b5
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+ sh
+
+
+
+
+ script
+
+
+ printenv
+
+
+
+
+
+
+
+
+
+
+ 475300a4-2e65-40b2-a485-8b4dd583d5b5
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ !windows
+
+
+ label
+
+
+
+
+
+
+
+
+
+ 101
+ 1660336378298
+ 1660336378312
+ SUCCESS
+ 1329
+ UTF-8
+ false
+
+ SUCCESS
+
+
+ MAX_SURVIVABILITY
+
+
+ flowNode
+ 413401373
+
+
+ classLoad
+ 162881904
+
+
+ run
+ 1029572460
+
+
+ parse
+ 19745403
+
+
+ saveProgram
+ 229158978
+
+
+ true
+ 18
+ 1:18
+ true
+ false
+
+ true
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/log-index b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/log-index
new file mode 100644
index 0000000..6d1cf18
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/log-index
@@ -0,0 +1,8 @@
+913 3
+1256
+3073 9
+3099
+3398 10
+3419
+3716 11
+6037
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/10.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/10.xml
new file mode 100644
index 0000000..e569159
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/10.xml
@@ -0,0 +1,26 @@
+
+
+
+
+ 9
+
+ 10
+ org.jenkinsci.plugins.workflow.steps.EchoStep
+
+
+
+
+
+ message
+ DISABLE_AUTH is true
+
+
+
+ true
+
+
+ 1660336378995
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/11.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/11.xml
new file mode 100644
index 0000000..6b974e5
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/11.xml
@@ -0,0 +1,26 @@
+
+
+
+
+ 10
+
+ 11
+ org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep
+
+
+
+
+
+ script
+ printenv
+
+
+
+ true
+
+
+ 1660336379034
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/12.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/12.xml
new file mode 100644
index 0000000..0b3801b
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/12.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ 11
+
+ 12
+ 8
+
+
+
+
+ 1660336379334
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/13.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/13.xml
new file mode 100644
index 0000000..77c542e
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/13.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ 12
+
+ 13
+ 7
+
+
+
+ 1660336379403
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/14.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/14.xml
new file mode 100644
index 0000000..d0e7cf2
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/14.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ 13
+
+ 14
+ 6
+
+
+
+
+ 1660336379430
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/15.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/15.xml
new file mode 100644
index 0000000..011e0e7
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/15.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ 14
+
+ 15
+ 5
+
+
+
+ 1660336379488
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/16.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/16.xml
new file mode 100644
index 0000000..7f0560f
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/16.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ 15
+
+ 16
+ 4
+
+
+
+
+ 1660336379514
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/17.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/17.xml
new file mode 100644
index 0000000..4fc442b
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/17.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ 16
+
+ 17
+ 3
+
+
+
+ 1660336379573
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/18.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/18.xml
new file mode 100644
index 0000000..9d1af0d
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/18.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ 17
+
+ 18
+ 2
+
+ SUCCESS
+ 0
+ BLUE
+ true
+
+
+
+
+ 1660336379599
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/2.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/2.xml
new file mode 100644
index 0000000..6273c1b
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ 2
+
+
+
+ 1660336378357
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/3.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/3.xml
new file mode 100644
index 0000000..519a8d1
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/3.xml
@@ -0,0 +1,34 @@
+
+
+
+
+ 2
+
+ 3
+ org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
+
+
+
+
+
+
+ label
+ !windows
+
+
+
+ true
+
+
+ 1660336378614
+
+
+ 102
+
+
+
+ /var/jenkins_home/workspace/demo_pipeline
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/4.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/4.xml
new file mode 100644
index 0000000..e0c2128
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/4.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ 3
+
+ 4
+ org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
+
+
+
+
+ 1660336378681
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/5.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/5.xml
new file mode 100644
index 0000000..995fcce
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/5.xml
@@ -0,0 +1,29 @@
+
+
+
+
+ 4
+
+ 5
+ org.jenkinsci.plugins.workflow.steps.EnvStep
+
+
+
+
+
+
+ overrides
+
+ DB_ENGINE=sqlite
+ DISABLE_AUTH=true
+
+
+
+
+ true
+
+
+ 1660336378749
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/6.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/6.xml
new file mode 100644
index 0000000..35dbaf7
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/6.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ 5
+
+ 6
+ org.jenkinsci.plugins.workflow.steps.EnvStep
+
+
+
+
+ 1660336378762
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/7.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/7.xml
new file mode 100644
index 0000000..5781904
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/7.xml
@@ -0,0 +1,26 @@
+
+
+
+
+ 6
+
+ 7
+ org.jenkinsci.plugins.workflow.support.steps.StageStep
+
+
+
+
+
+
+ name
+ Build
+
+
+
+ true
+
+
+ 1660336378839
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/8.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/8.xml
new file mode 100644
index 0000000..5b89663
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/8.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ 7
+
+ 8
+ org.jenkinsci.plugins.workflow.support.steps.StageStep
+
+
+
+
+ Build
+
+
+ 1660336378852
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/9.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/9.xml
new file mode 100644
index 0000000..fca4cfd
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/3/workflow/9.xml
@@ -0,0 +1,26 @@
+
+
+
+
+ 8
+
+ 9
+ org.jenkinsci.plugins.workflow.steps.EchoStep
+
+
+
+
+
+ message
+ Database engine is sqlite
+
+
+
+ true
+
+
+ 1660336378953
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/build.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/build.xml
new file mode 100644
index 0000000..0f94fc0
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/build.xml
@@ -0,0 +1,804 @@
+
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ 55e4377a-cc23-4ee7-8662-e8e151138257
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+ sh
+
+
+
+
+ script
+
+
+ printenv
+
+
+
+
+
+
+
+
+
+
+ 55e4377a-cc23-4ee7-8662-e8e151138257
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+ sh
+
+
+
+
+ script
+
+
+ printenv
+
+
+
+
+
+
+
+
+
+
+ f99ee0e8-9d38-46e0-9fc0-82943f615dbb
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+ sh
+
+
+
+
+ script
+
+
+ printenv
+
+
+
+
+
+
+
+
+
+
+ c6fb316b-b8e1-4327-a876-7a99899e1bb7
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+ sh
+
+
+
+
+ script
+
+
+ printenv
+
+
+
+
+
+
+
+
+
+
+ f7a14c88-ca65-4c65-94ae-e8b9bf575a2a
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+ sh
+
+
+
+
+ script
+
+
+ printenv
+
+
+
+
+
+
+
+
+
+
+ 06aa6039-cf0d-4f0f-aa75-523dcb448dad
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+ sh
+
+
+
+
+ script
+
+
+ printenv
+
+
+
+
+
+
+
+
+
+
+ 12b62b04-79e0-4360-afb6-e85578a843a4
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+ sh
+
+
+
+
+ script
+
+
+ printenv
+
+
+
+
+
+
+
+
+
+
+ 3ec75029-3cf2-44be-8015-0c20b288afe7
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+ sh
+
+
+
+
+ script
+
+
+ printenv
+
+
+
+
+
+
+
+
+
+
+ 9c5a7519-b08a-4cdc-82e5-fe6b96bffed0
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+ 103
+ 1660337102870
+ 1660337102884
+ 0
+ UTF-8
+ false
+
+ SUCCESS
+
+
+ MAX_SURVIVABILITY
+
+
+ flowNode
+ 359822927
+
+
+ classLoad
+ 3830526099
+
+
+ run
+ 290268007
+
+
+ parse
+ 21077599
+
+
+ saveProgram
+ 21598796
+
+
+ true
+ 3
+ 1:3
+ 2
+ false
+ false
+
+ false
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/log-index b/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/log-index
new file mode 100644
index 0000000..0d7fc85
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/log-index
@@ -0,0 +1,2 @@
+913 3
+997
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/program.dat b/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/program.dat
new file mode 100644
index 0000000..df216af
Binary files /dev/null and b/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/program.dat differ
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/workflow/2.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/workflow/2.xml
new file mode 100644
index 0000000..1e0290f
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/workflow/2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ 2
+
+
+
+ 1660337102930
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/workflow/3.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/workflow/3.xml
new file mode 100644
index 0000000..7d99efc
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/4/workflow/3.xml
@@ -0,0 +1,29 @@
+
+
+
+
+ 2
+
+ 3
+ org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
+
+
+
+
+
+
+ label
+ TeamARunner
+
+
+
+ true
+
+
+ 1660337103214
+
+
+ 104
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/build.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/build.xml
new file mode 100644
index 0000000..b58f893
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/build.xml
@@ -0,0 +1,235 @@
+
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ 483110fc-8f5e-4b4d-b563-60ec94e238c7
+
+
+
+
+
+ Check Variables
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+ sh
+
+
+
+
+ script
+
+
+ printenv
+
+
+
+
+
+
+
+
+
+
+ Build
+
+
+ default
+
+
+ sh
+
+
+
+
+ script
+
+
+ make
+
+
+
+
+
+
+ archiveArtifacts
+
+
+
+
+ artifacts
+
+
+ **/target/*.jar
+
+
+
+
+ fingerprint
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+ 483110fc-8f5e-4b4d-b563-60ec94e238c7
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+
+ admin
+
+
+
+
+ 105
+ 1660337552325
+ 1660337552343
+ ABORTED
+ 664768
+ UTF-8
+ false
+
+ ABORTED
+
+
+ MAX_SURVIVABILITY
+
+
+ flowNode
+ 172800114
+
+
+ classLoad
+ 108967998
+
+
+ run
+ 331894043
+
+
+ parse
+ 38663824
+
+
+ saveProgram
+ 35858051
+
+
+ true
+ 5
+ 1:5
+ true
+ false
+
+ true
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/log-index b/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/log-index
new file mode 100644
index 0000000..0d7fc85
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/log-index
@@ -0,0 +1,2 @@
+913 3
+997
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/workflow/2.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/workflow/2.xml
new file mode 100644
index 0000000..b5428ea
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/workflow/2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ 2
+
+
+
+ 1660337552408
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/workflow/3.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/workflow/3.xml
new file mode 100644
index 0000000..92b7f4f
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/workflow/3.xml
@@ -0,0 +1,29 @@
+
+
+
+
+ 2
+
+ 3
+ org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
+
+
+
+
+
+
+ label
+ TeamARunner
+
+
+
+ true
+
+
+ 1660337552594
+
+
+ 106
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/workflow/4.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/workflow/4.xml
new file mode 100644
index 0000000..473f179
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/workflow/4.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ 3
+
+ 4
+ 3
+
+
+
+ 1660338216986
+
+
+
+
+ org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.interrupt(CpsFlowExecution.java:1150)
+ org.jenkinsci.plugins.workflow.job.WorkflowRun$2.lambda$interrupt$0(WorkflowRun.java:397)
+ jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67)
+ java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
+ java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ java.base/java.lang.Thread.run(Thread.java:829)
+
+
+
+ ABORTED
+ 4
+ ABORTED
+ false
+
+
+
+
+ admin
+
+
+
+ true
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/workflow/5.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/workflow/5.xml
new file mode 100644
index 0000000..32c205e
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/5/workflow/5.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ 4
+
+ 5
+ 2
+
+ ABORTED
+ 4
+ ABORTED
+ false
+
+
+
+
+
+
+ org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.interrupt(CpsFlowExecution.java:1150)
+ org.jenkinsci.plugins.workflow.job.WorkflowRun$2.lambda$interrupt$0(WorkflowRun.java:397)
+ jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67)
+ java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
+ java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
+ java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
+ java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ java.base/java.lang.Thread.run(Thread.java:829)
+
+
+
+ ABORTED
+ 4
+ ABORTED
+ false
+
+
+
+
+ admin
+
+
+
+ true
+
+
+
+ 1660338217070
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/6/build.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/6/build.xml
new file mode 100644
index 0000000..35c1a75
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/6/build.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ 107
+ 1660338205083
+ 1660338205097
+ FAILURE
+ 40
+ UTF-8
+ false
+ true
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/6/log-index b/jenkins/bootstrap/pipelines/demo_pipeline/builds/6/log-index
new file mode 100644
index 0000000..e69de29
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/7/build.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/7/build.xml
new file mode 100644
index 0000000..2bff585
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/7/build.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ 108
+ 1660338211749
+ 1660338211762
+ FAILURE
+ 26
+ UTF-8
+ false
+ true
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/7/log-index b/jenkins/bootstrap/pipelines/demo_pipeline/builds/7/log-index
new file mode 100644
index 0000000..e69de29
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/8/build.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/8/build.xml
new file mode 100644
index 0000000..dda969f
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/8/build.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ 109
+ 1660338343891
+ 1660338343904
+ FAILURE
+ 35
+ UTF-8
+ false
+ true
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/8/log-index b/jenkins/bootstrap/pipelines/demo_pipeline/builds/8/log-index
new file mode 100644
index 0000000..e69de29
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/9/build.xml b/jenkins/bootstrap/pipelines/demo_pipeline/builds/9/build.xml
new file mode 100644
index 0000000..d360c47
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/9/build.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ 110
+ 1660338397088
+ 1660338397101
+ FAILURE
+ 32
+ UTF-8
+ false
+ true
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/9/log-index b/jenkins/bootstrap/pipelines/demo_pipeline/builds/9/log-index
new file mode 100644
index 0000000..e69de29
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/legacyIds b/jenkins/bootstrap/pipelines/demo_pipeline/builds/legacyIds
new file mode 100644
index 0000000..e69de29
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/builds/permalinks b/jenkins/bootstrap/pipelines/demo_pipeline/builds/permalinks
new file mode 100644
index 0000000..f7b7087
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/builds/permalinks
@@ -0,0 +1,6 @@
+lastCompletedBuild 12
+lastFailedBuild 10
+lastStableBuild 3
+lastSuccessfulBuild 3
+lastUnstableBuild -1
+lastUnsuccessfulBuild 12
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/config.xml b/jenkins/bootstrap/pipelines/demo_pipeline/config.xml
new file mode 100644
index 0000000..50eb3c6
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/config.xml
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+ true
+
+
+ false
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/demo_pipeline/nextBuildNumber b/jenkins/bootstrap/pipelines/demo_pipeline/nextBuildNumber
new file mode 100644
index 0000000..b1bd38b
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/demo_pipeline/nextBuildNumber
@@ -0,0 +1 @@
+13
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/archive/output/usefulfile.txt b/jenkins/bootstrap/pipelines/groovy_script/builds/1/archive/output/usefulfile.txt
new file mode 100644
index 0000000..e705fd9
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/archive/output/usefulfile.txt
@@ -0,0 +1 @@
+This file is useful, need to archive it.
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/build.xml b/jenkins/bootstrap/pipelines/groovy_script/builds/1/build.xml
new file mode 100644
index 0000000..bedc0d0
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/build.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ 95
+ 1660335185200
+ 1660335185215
+ SUCCESS
+ 1489
+ UTF-8
+ false
+
+ SUCCESS
+
+
+ MAX_SURVIVABILITY
+
+
+ flowNode
+ 425166743
+
+
+ classLoad
+ 77622684
+
+
+ run
+ 1046424982
+
+
+ parse
+ 74212894
+
+
+ saveProgram
+ 273846770
+
+
+ true
+ 13
+ 1:13
+ true
+ false
+
+ true
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/log-index b/jenkins/bootstrap/pipelines/groovy_script/builds/1/log-index
new file mode 100644
index 0000000..f99da19
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/log-index
@@ -0,0 +1,10 @@
+913 3
+1256
+1856 5
+1968
+2265 6
+2283
+3191 9
+3304
+3615 10
+3635
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/10.xml b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/10.xml
new file mode 100644
index 0000000..4ce66c2
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/10.xml
@@ -0,0 +1,38 @@
+
+
+
+
+ 9
+
+ 10
+ org.jenkinsci.plugins.workflow.steps.CoreStep
+
+
+
+
+
+ delegate
+
+ archiveArtifacts
+
+
+ artifacts
+ output/*.txt
+
+
+ excludes
+ output/*.md
+
+
+
+
+
+
+ true
+
+
+ 1660335186510
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/11.xml b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/11.xml
new file mode 100644
index 0000000..84fa0c6
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/11.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ 10
+
+ 11
+ 4
+
+
+
+
+ 1660335186574
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/12.xml b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/12.xml
new file mode 100644
index 0000000..34cc112
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/12.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ 11
+
+ 12
+ 3
+
+
+
+ 1660335186634
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/13.xml b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/13.xml
new file mode 100644
index 0000000..3ec8e88
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/13.xml
@@ -0,0 +1,21 @@
+
+
+
+
+ 12
+
+ 13
+ 2
+
+ SUCCESS
+ 0
+ BLUE
+ true
+
+
+
+
+ 1660335186661
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/2.xml b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/2.xml
new file mode 100644
index 0000000..bcb92c1
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ 2
+
+
+
+ 1660335185445
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/3.xml b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/3.xml
new file mode 100644
index 0000000..896e10f
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/3.xml
@@ -0,0 +1,24 @@
+
+
+
+
+ 2
+
+ 3
+ org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
+
+
+
+
+ 1660335185617
+
+
+ 96
+
+
+
+ /var/jenkins_home/workspace/groovy_script
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/4.xml b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/4.xml
new file mode 100644
index 0000000..e5ec8c4
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/4.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ 3
+
+ 4
+ org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
+
+
+
+
+ 1660335185755
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/5.xml b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/5.xml
new file mode 100644
index 0000000..979a6ea
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/5.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ 4
+
+ 5
+ org.jenkinsci.plugins.workflow.support.steps.StageStep
+
+
+
+
+
+ name
+ Create build output
+
+
+
+ true
+
+
+ 1660335185803
+
+
+
+ Create build output
+
+
+ Create build output
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/6.xml b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/6.xml
new file mode 100644
index 0000000..1228cff
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/6.xml
@@ -0,0 +1,26 @@
+
+
+
+
+ 5
+
+ 6
+ org.jenkinsci.plugins.workflow.steps.durable_task.ShellStep
+
+
+
+
+
+ script
+ mkdir -p output
+
+
+
+ true
+
+
+ 1660335185902
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/7.xml b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/7.xml
new file mode 100644
index 0000000..3703199
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/7.xml
@@ -0,0 +1,30 @@
+
+
+
+
+ 6
+
+ 7
+ org.jenkinsci.plugins.workflow.steps.WriteFileStep
+
+
+
+
+
+ file
+ output/usefulfile.txt
+
+
+ text
+ This file is useful, need to archive it.
+
+
+
+ true
+
+
+ 1660335186239
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/8.xml b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/8.xml
new file mode 100644
index 0000000..fa16e1f
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/8.xml
@@ -0,0 +1,30 @@
+
+
+
+
+ 7
+
+ 8
+ org.jenkinsci.plugins.workflow.steps.WriteFileStep
+
+
+
+
+
+ file
+ output/uselessfile.md
+
+
+ text
+ This file is useless, no need to archive it.
+
+
+
+ true
+
+
+ 1660335186310
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/9.xml b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/9.xml
new file mode 100644
index 0000000..b51258d
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/1/workflow/9.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ 8
+
+ 9
+ org.jenkinsci.plugins.workflow.support.steps.StageStep
+
+
+
+
+
+ name
+ Archive build output
+
+
+
+ true
+
+
+ 1660335186380
+
+
+
+ Archive build output
+
+
+ Archive build output
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/legacyIds b/jenkins/bootstrap/pipelines/groovy_script/builds/legacyIds
new file mode 100644
index 0000000..e69de29
diff --git a/jenkins/bootstrap/pipelines/groovy_script/builds/permalinks b/jenkins/bootstrap/pipelines/groovy_script/builds/permalinks
new file mode 100644
index 0000000..8c155db
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/builds/permalinks
@@ -0,0 +1,6 @@
+lastCompletedBuild 1
+lastFailedBuild -1
+lastStableBuild 1
+lastSuccessfulBuild 1
+lastUnstableBuild -1
+lastUnsuccessfulBuild -1
diff --git a/jenkins/bootstrap/pipelines/groovy_script/config.xml b/jenkins/bootstrap/pipelines/groovy_script/config.xml
new file mode 100644
index 0000000..7da6ee0
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/config.xml
@@ -0,0 +1,29 @@
+
+
+
+ false
+
+
+
+ true
+
+
+ false
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/groovy_script/nextBuildNumber b/jenkins/bootstrap/pipelines/groovy_script/nextBuildNumber
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/groovy_script/nextBuildNumber
@@ -0,0 +1 @@
+2
diff --git a/jenkins/bootstrap/pipelines/test_freestyle_project/builds/13/build.xml b/jenkins/bootstrap/pipelines/test_freestyle_project/builds/13/build.xml
new file mode 100644
index 0000000..36b79ca
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/test_freestyle_project/builds/13/build.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ 94
+ 1660334820993
+ 1660334821008
+ SUCCESS
+ 70037
+ UTF-8
+ false
+
+ /var/jenkins_home/workspace/test_freestyle_project
+ 2.346.2
+
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/test_freestyle_project/builds/14/build.xml b/jenkins/bootstrap/pipelines/test_freestyle_project/builds/14/build.xml
new file mode 100644
index 0000000..ca4df80
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/test_freestyle_project/builds/14/build.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+ 1
+
+
+
+
+ 111
+ 1660338420938
+ 1660338420953
+ SUCCESS
+ 70018
+ UTF-8
+ false
+
+ /var/jenkins_home/workspace/test_freestyle_project
+ 2.346.2
+
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/test_freestyle_project/builds/permalinks b/jenkins/bootstrap/pipelines/test_freestyle_project/builds/permalinks
index 598faba..3f2f2fd 100644
--- a/jenkins/bootstrap/pipelines/test_freestyle_project/builds/permalinks
+++ b/jenkins/bootstrap/pipelines/test_freestyle_project/builds/permalinks
@@ -1,6 +1,6 @@
-lastCompletedBuild 12
+lastCompletedBuild 14
lastFailedBuild -1
-lastStableBuild 12
-lastSuccessfulBuild 12
+lastStableBuild 14
+lastSuccessfulBuild 14
lastUnstableBuild -1
lastUnsuccessfulBuild -1
diff --git a/jenkins/bootstrap/pipelines/test_freestyle_project/config.xml b/jenkins/bootstrap/pipelines/test_freestyle_project/config.xml
index 5fa3a03..b2b7cab 100644
--- a/jenkins/bootstrap/pipelines/test_freestyle_project/config.xml
+++ b/jenkins/bootstrap/pipelines/test_freestyle_project/config.xml
@@ -3,16 +3,11 @@
false
-
-
- second
- 1
- false
-
-
+
5
- true
+ DemoRunner
+ false
false
false
false
@@ -33,6 +28,35 @@ sleep 70
-
-
+
+
+ 2
+ false
+ false
+ false
+
+
+ this-important-tag
+
+ false
+ false
+
+
+
+
+ mona@github.com
+ false
+ true
+
+
+
+
+
+
+ ${expression}
+ first-var
+
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/test_freestyle_project/nextBuildNumber b/jenkins/bootstrap/pipelines/test_freestyle_project/nextBuildNumber
index b1bd38b..60d3b2f 100644
--- a/jenkins/bootstrap/pipelines/test_freestyle_project/nextBuildNumber
+++ b/jenkins/bootstrap/pipelines/test_freestyle_project/nextBuildNumber
@@ -1 +1 @@
-13
+15
diff --git a/jenkins/bootstrap/pipelines/test_mutlibranch_pipeline/config.xml b/jenkins/bootstrap/pipelines/test_mutlibranch_pipeline/config.xml
new file mode 100644
index 0000000..6578e14
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/test_mutlibranch_pipeline/config.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ -1
+ -1
+ false
+
+
+
+ H H/4 * * *
+ 86400000
+
+
+ false
+
+
+
+
+ 8815f745-ee9a-4b91-b779-dbfc714426fa
+ TestRepo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Jenkinsfile
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/test_mutlibranch_pipeline/indexing/indexing.xml b/jenkins/bootstrap/pipelines/test_mutlibranch_pipeline/indexing/indexing.xml
new file mode 100644
index 0000000..d8409e8
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/test_mutlibranch_pipeline/indexing/indexing.xml
@@ -0,0 +1,15 @@
+
+
+
+
+ FAILURE
+ 2
+ RED
+ true
+
+
+ 326
+
+ 1660334280375
+ 326
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/test_pipeline/builds/23/build.xml b/jenkins/bootstrap/pipelines/test_pipeline/builds/23/build.xml
new file mode 100644
index 0000000..c60de1e
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/test_pipeline/builds/23/build.xml
@@ -0,0 +1,550 @@
+
+
+
+
+
+
+
+ admin
+
+ 1
+
+
+
+
+
+
+
+ 4dfbfe22-534a-49d9-8f8e-297b5d9f0d26
+
+
+
+
+
+ test
+
+
+ default
+
+
+ junit
+
+
+
+
+ testResults
+
+
+ **/target/*.xml
+
+
+
+
+
+
+
+
+
+
+ build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ sleep
+
+
+
+
+ time
+
+
+ 80
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+
+
+
+
+ 4dfbfe22-534a-49d9-8f8e-297b5d9f0d26
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+ test
+
+
+ default
+
+
+ junit
+
+
+
+
+ testResults
+
+
+ **/target/*.xml
+
+
+
+
+
+
+
+
+
+
+ build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ sleep
+
+
+
+
+ time
+
+
+ 80
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+
+
+
+
+ cf109bc0-35df-4597-b981-1602d4c2a5c2
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+ test
+
+
+ default
+
+
+ junit
+
+
+
+
+ testResults
+
+
+ **/target/*.xml
+
+
+
+
+
+
+
+
+
+
+ build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ sleep
+
+
+
+
+ time
+
+
+ 80
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+
+
+
+
+ 914e6f0e-4341-4aea-b748-404221632199
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+
+ test
+
+
+ default
+
+
+ junit
+
+
+
+
+ testResults
+
+
+ **/target/*.xml
+
+
+
+
+
+
+
+
+
+
+ build
+
+
+ default
+
+
+ echo
+
+
+
+
+ message
+
+
+ "Database engine is ${DB_ENGINE}"
+
+
+
+
+
+
+ sleep
+
+
+
+
+ time
+
+
+ 80
+
+
+
+
+
+
+ echo
+
+
+
+
+ message
+
+
+ "DISABLE_AUTH is ${DISABLE_AUTH}"
+
+
+
+
+
+
+
+
+
+
+ cfeb8581-08f9-48ac-a588-2081ec82c43c
+
+
+
+
+
+ DISABLE_AUTH
+
+
+ true
+
+
+
+
+ DB_ENGINE
+
+
+ sqlite
+
+
+
+
+
+
+ TeamARunner
+
+
+ label
+
+
+
+
+
+
+ 124
+ 1660669523631
+ 1660669523646
+ 0
+ UTF-8
+ false
+
+ SUCCESS
+
+
+ MAX_SURVIVABILITY
+
+
+ flowNode
+ 249903216
+
+
+ classLoad
+ 2908777791
+
+
+ run
+ 975702749
+
+
+ parse
+ 38645817
+
+
+ saveProgram
+ 36746992
+
+
+ true
+ 3
+ 1:3
+ 2
+ false
+ false
+
+ false
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/test_pipeline/builds/23/log-index b/jenkins/bootstrap/pipelines/test_pipeline/builds/23/log-index
new file mode 100644
index 0000000..0d7fc85
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/test_pipeline/builds/23/log-index
@@ -0,0 +1,2 @@
+913 3
+997
diff --git a/jenkins/bootstrap/pipelines/test_pipeline/builds/23/program.dat b/jenkins/bootstrap/pipelines/test_pipeline/builds/23/program.dat
new file mode 100644
index 0000000..f0b65f0
Binary files /dev/null and b/jenkins/bootstrap/pipelines/test_pipeline/builds/23/program.dat differ
diff --git a/jenkins/bootstrap/pipelines/test_pipeline/builds/23/workflow/2.xml b/jenkins/bootstrap/pipelines/test_pipeline/builds/23/workflow/2.xml
new file mode 100644
index 0000000..afd2d56
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/test_pipeline/builds/23/workflow/2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ 2
+
+
+
+ 1660669523738
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/test_pipeline/builds/23/workflow/3.xml b/jenkins/bootstrap/pipelines/test_pipeline/builds/23/workflow/3.xml
new file mode 100644
index 0000000..be16689
--- /dev/null
+++ b/jenkins/bootstrap/pipelines/test_pipeline/builds/23/workflow/3.xml
@@ -0,0 +1,29 @@
+
+
+
+
+ 2
+
+ 3
+ org.jenkinsci.plugins.workflow.support.steps.ExecutorStep
+
+
+
+
+
+
+ label
+ TeamARunner
+
+
+
+ true
+
+
+ 1660669524688
+
+
+ 125
+
+
+
\ No newline at end of file
diff --git a/jenkins/bootstrap/pipelines/test_pipeline/config.xml b/jenkins/bootstrap/pipelines/test_pipeline/config.xml
index 1e885cd..31c137a 100644
--- a/jenkins/bootstrap/pipelines/test_pipeline/config.xml
+++ b/jenkins/bootstrap/pipelines/test_pipeline/config.xml
@@ -23,14 +23,26 @@