Merge pull request #12 from valet-customers/ado-lab
Bootstrap Jenkins lab
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"name": "Codespace to bootstrap valet in a Codespace",
|
||||
//Use base codespace image then pull Valet on postCreateCommand,
|
||||
"image": "mcr.microsoft.com/vscode/devcontainers/universal:linux",
|
||||
"remoteUser": "codespace",
|
||||
"name": "Codespace to bootstrap valet in a Codespace",
|
||||
//Use base codespace image then pull Valet on postCreateCommand,
|
||||
"image": "mcr.microsoft.com/vscode/devcontainers/universal:linux",
|
||||
"remoteUser": "codespace",
|
||||
"overrideCommand": false,
|
||||
"mounts": ["source=codespaces-linux-var-lib-docker,target=/var/lib/docker,type=volume"],
|
||||
"mounts": [
|
||||
"source=codespaces-linux-var-lib-docker,target=/var/lib/docker,type=volume"
|
||||
],
|
||||
"runArgs": [
|
||||
"--cap-add=SYS_PTRACE",
|
||||
"--security-opt",
|
||||
@@ -12,11 +14,10 @@
|
||||
"--privileged",
|
||||
"--init"
|
||||
],
|
||||
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
"extensions": [
|
||||
"ms-azuretools.vscode-docker",
|
||||
],
|
||||
"onCreateCommand": 'echo "export GITHUB_ACCESS_TOKEN=$VALET_GHCR_PASSWORD" >> ~/.bashrc',
|
||||
"postCreateCommand": "sudo bash .devcontainer/setupcodespace.sh ${VALET_GHCR_PASSWORD} ${AZURE_DEVOPS_PROJECT} ${AZURE_DEVOPS_ORGANIZATION} ${AZURE_DEVOPS_ACCESS_TOKEN} ${GITHUB_USER} 'https://github.com/' && gh extension install github/gh-valet || echo 'Could not auto-build. Skipping.' "
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
FROM jenkins/jenkins:2.332.3-lts
|
||||
|
||||
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
|
||||
RUN /usr/local/bin/install-plugins.sh < /usr/share/jenkins/ref/plugins.txt
|
||||
|
||||
# add security perms
|
||||
COPY casc.yaml /var/jenkins_home/casc.yaml
|
||||
|
||||
# seed with jobs
|
||||
COPY pipelines /usr/share/jenkins/ref/jobs
|
||||
@@ -0,0 +1,21 @@
|
||||
jenkins:
|
||||
securityRealm:
|
||||
local:
|
||||
allowsSignup: false
|
||||
users:
|
||||
- id: ${JENKINS_ADMIN_ID}
|
||||
password: ${JENKINS_ADMIN_PASSWORD}
|
||||
authorizationStrategy:
|
||||
globalMatrix:
|
||||
permissions:
|
||||
- "Overall/Administer:admin"
|
||||
- "Overall/Read:authenticated"
|
||||
|
||||
security:
|
||||
queueItemAuthenticator:
|
||||
authenticators:
|
||||
- global:
|
||||
strategy: triggeringUsersAuthorizationStrategy
|
||||
unclassified:
|
||||
location:
|
||||
url: http://8080:8080/
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<com.cloudbees.hudson.plugins.folder.Folder plugin="cloudbees-folder@6.740.ve4f4ffa_dea_54">
|
||||
<description></description>
|
||||
<properties/>
|
||||
<folderViews class="com.cloudbees.hudson.plugins.folder.views.DefaultFolderViewHolder">
|
||||
<views>
|
||||
<hudson.model.AllView>
|
||||
<owner class="com.cloudbees.hudson.plugins.folder.Folder" reference="../../../.."/>
|
||||
<name>All</name>
|
||||
<filterExecutors>false</filterExecutors>
|
||||
<filterQueue>false</filterQueue>
|
||||
<properties class="hudson.model.View$PropertyList"/>
|
||||
</hudson.model.AllView>
|
||||
</views>
|
||||
<tabBar class="hudson.views.DefaultViewsTabBar"/>
|
||||
</folderViews>
|
||||
<healthMetrics/>
|
||||
<icon class="com.cloudbees.hudson.plugins.folder.icons.StockFolderIcon"/>
|
||||
</com.cloudbees.hudson.plugins.folder.Folder>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<build>
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>5</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
</actions>
|
||||
<queueId>56</queueId>
|
||||
<timestamp>1659739839729</timestamp>
|
||||
<startTime>1659739839758</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>80011</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<builtOn></builtOn>
|
||||
<workspace>/var/jenkins_home/workspace/monas_dev_work/monas_freestyle</workspace>
|
||||
<hudsonVersion>2.346.2</hudsonVersion>
|
||||
<scm class="hudson.scm.NullChangeLogParser"/>
|
||||
<culprits class="java.util.Collections$UnmodifiableSet">
|
||||
<c class="sorted-set"/>
|
||||
</culprits>
|
||||
</build>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<build>
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>1</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
</actions>
|
||||
<queueId>92</queueId>
|
||||
<timestamp>1659741293508</timestamp>
|
||||
<startTime>1659741293520</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>80005</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<builtOn></builtOn>
|
||||
<workspace>/var/jenkins_home/workspace/monas_dev_work/monas_freestyle</workspace>
|
||||
<hudsonVersion>2.346.2</hudsonVersion>
|
||||
<scm class="hudson.scm.NullChangeLogParser"/>
|
||||
<culprits class="java.util.Collections$UnmodifiableSet">
|
||||
<c class="sorted-set"/>
|
||||
</culprits>
|
||||
</build>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<build>
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>13</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
</actions>
|
||||
<queueId>83</queueId>
|
||||
<timestamp>1659740402505</timestamp>
|
||||
<startTime>1659740402520</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>80006</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<builtOn></builtOn>
|
||||
<workspace>/var/jenkins_home/workspace/monas_dev_work/monas_freestyle</workspace>
|
||||
<hudsonVersion>2.346.2</hudsonVersion>
|
||||
<scm class="hudson.scm.NullChangeLogParser"/>
|
||||
<culprits class="java.util.Collections$UnmodifiableSet">
|
||||
<c class="sorted-set"/>
|
||||
</culprits>
|
||||
</build>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<build>
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>1</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
</actions>
|
||||
<queueId>84</queueId>
|
||||
<timestamp>1659740732979</timestamp>
|
||||
<startTime>1659740732993</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>80005</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<builtOn></builtOn>
|
||||
<workspace>/var/jenkins_home/workspace/monas_dev_work/monas_freestyle</workspace>
|
||||
<hudsonVersion>2.346.2</hudsonVersion>
|
||||
<scm class="hudson.scm.NullChangeLogParser"/>
|
||||
<culprits class="java.util.Collections$UnmodifiableSet">
|
||||
<c class="sorted-set"/>
|
||||
</culprits>
|
||||
</build>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<build>
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>12</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
</actions>
|
||||
<queueId>85</queueId>
|
||||
<timestamp>1659740813075</timestamp>
|
||||
<startTime>1659740813089</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>80012</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<builtOn></builtOn>
|
||||
<workspace>/var/jenkins_home/workspace/monas_dev_work/monas_freestyle</workspace>
|
||||
<hudsonVersion>2.346.2</hudsonVersion>
|
||||
<scm class="hudson.scm.NullChangeLogParser"/>
|
||||
<culprits class="java.util.Collections$UnmodifiableSet">
|
||||
<c class="sorted-set"/>
|
||||
</culprits>
|
||||
</build>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<build>
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>9</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
</actions>
|
||||
<queueId>86</queueId>
|
||||
<timestamp>1659740893155</timestamp>
|
||||
<startTime>1659740893168</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>80006</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<builtOn></builtOn>
|
||||
<workspace>/var/jenkins_home/workspace/monas_dev_work/monas_freestyle</workspace>
|
||||
<hudsonVersion>2.346.2</hudsonVersion>
|
||||
<scm class="hudson.scm.NullChangeLogParser"/>
|
||||
<culprits class="java.util.Collections$UnmodifiableSet">
|
||||
<c class="sorted-set"/>
|
||||
</culprits>
|
||||
</build>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<build>
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>1</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
</actions>
|
||||
<queueId>88</queueId>
|
||||
<timestamp>1659740973229</timestamp>
|
||||
<startTime>1659740973241</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>80005</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<builtOn></builtOn>
|
||||
<workspace>/var/jenkins_home/workspace/monas_dev_work/monas_freestyle</workspace>
|
||||
<hudsonVersion>2.346.2</hudsonVersion>
|
||||
<scm class="hudson.scm.NullChangeLogParser"/>
|
||||
<culprits class="java.util.Collections$UnmodifiableSet">
|
||||
<c class="sorted-set"/>
|
||||
</culprits>
|
||||
</build>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<build>
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>4</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
</actions>
|
||||
<queueId>89</queueId>
|
||||
<timestamp>1659741053297</timestamp>
|
||||
<startTime>1659741053310</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>80006</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<builtOn></builtOn>
|
||||
<workspace>/var/jenkins_home/workspace/monas_dev_work/monas_freestyle</workspace>
|
||||
<hudsonVersion>2.346.2</hudsonVersion>
|
||||
<scm class="hudson.scm.NullChangeLogParser"/>
|
||||
<culprits class="java.util.Collections$UnmodifiableSet">
|
||||
<c class="sorted-set"/>
|
||||
</culprits>
|
||||
</build>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<build>
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>4</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
</actions>
|
||||
<queueId>90</queueId>
|
||||
<timestamp>1659741133366</timestamp>
|
||||
<startTime>1659741133378</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>80006</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<builtOn></builtOn>
|
||||
<workspace>/var/jenkins_home/workspace/monas_dev_work/monas_freestyle</workspace>
|
||||
<hudsonVersion>2.346.2</hudsonVersion>
|
||||
<scm class="hudson.scm.NullChangeLogParser"/>
|
||||
<culprits class="java.util.Collections$UnmodifiableSet">
|
||||
<c class="sorted-set"/>
|
||||
</culprits>
|
||||
</build>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<build>
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>3</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
</actions>
|
||||
<queueId>91</queueId>
|
||||
<timestamp>1659741213439</timestamp>
|
||||
<startTime>1659741213451</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>80006</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<builtOn></builtOn>
|
||||
<workspace>/var/jenkins_home/workspace/monas_dev_work/monas_freestyle</workspace>
|
||||
<hudsonVersion>2.346.2</hudsonVersion>
|
||||
<scm class="hudson.scm.NullChangeLogParser"/>
|
||||
<culprits class="java.util.Collections$UnmodifiableSet">
|
||||
<c class="sorted-set"/>
|
||||
</culprits>
|
||||
</build>
|
||||
@@ -0,0 +1,6 @@
|
||||
lastCompletedBuild 10
|
||||
lastFailedBuild -1
|
||||
lastStableBuild 10
|
||||
lastSuccessfulBuild 10
|
||||
lastUnstableBuild -1
|
||||
lastUnsuccessfulBuild -1
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<project>
|
||||
<description></description>
|
||||
<keepDependencies>false</keepDependencies>
|
||||
<properties/>
|
||||
<scm class="hudson.scm.NullSCM"/>
|
||||
<canRoam>true</canRoam>
|
||||
<disabled>false</disabled>
|
||||
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
|
||||
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
|
||||
<triggers/>
|
||||
<concurrentBuild>false</concurrentBuild>
|
||||
<builders>
|
||||
<hudson.tasks.Shell>
|
||||
<command>echo "This is from Monas freestyle pipline"
|
||||
sleep 80
|
||||
echo "Hope you are enjoying the lab!"</command>
|
||||
<configuredLocalRules/>
|
||||
</hudson.tasks.Shell>
|
||||
</builders>
|
||||
<publishers/>
|
||||
<buildWrappers/>
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
11
|
||||
@@ -0,0 +1,145 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<flow-build plugin="workflow-job@1207.ve6191ff089f8">
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>1</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
<org.jenkinsci.plugins.workflow.libs.LibrariesAction plugin="pipeline-groovy-lib@612.v84da_9c54906d">
|
||||
<libraries/>
|
||||
</org.jenkinsci.plugins.workflow.libs.LibrariesAction>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.actions.ExecutionModelAction plugin="pipeline-model-definition@2.2114.v2654ca_721309">
|
||||
<stagesUUID>2d95e0fe-4839-413a-8536-566c2cfc4b7c</stagesUUID>
|
||||
<pipelineDefs>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef plugin="pipeline-model-api@2.2114.v2654ca_721309">
|
||||
<stages>
|
||||
<stages>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage>
|
||||
<name>Hello</name>
|
||||
<branches>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch>
|
||||
<name>default</name>
|
||||
<steps>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>echo</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>message</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="string">Hello World</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>sleep</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>time</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="int">80</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>echo</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>message</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="string">Mona is the best dev <3</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
</steps>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch>
|
||||
</branches>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage>
|
||||
</stages>
|
||||
<uuid>2d95e0fe-4839-413a-8536-566c2cfc4b7c</uuid>
|
||||
</stages>
|
||||
<agent>
|
||||
<agentType>
|
||||
<key>any</key>
|
||||
</agentType>
|
||||
</agent>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef>
|
||||
</pipelineDefs>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.actions.ExecutionModelAction>
|
||||
</actions>
|
||||
<queueId>57</queueId>
|
||||
<timestamp>1659739216558</timestamp>
|
||||
<startTime>1659739216572</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>772094</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<execution class="org.jenkinsci.plugins.workflow.cps.CpsFlowExecution">
|
||||
<result>SUCCESS</result>
|
||||
<script>pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Hello') {
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
sleep 80
|
||||
echo "Mona is the best dev <3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<loadedScripts class="map"/>
|
||||
<durabilityHint>MAX_SURVIVABILITY</durabilityHint>
|
||||
<timings class="concurrent-hash-map">
|
||||
<entry>
|
||||
<string>flowNode</string>
|
||||
<long>345395804</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>classLoad</string>
|
||||
<long>93369271</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>run</string>
|
||||
<long>759973224</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>parse</string>
|
||||
<long>15106986</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>saveProgram</string>
|
||||
<long>182879961</long>
|
||||
</entry>
|
||||
</timings>
|
||||
<sandbox>true</sandbox>
|
||||
<iota>14</iota>
|
||||
<head>1:14</head>
|
||||
<done>true</done>
|
||||
<resumeBlocked>false</resumeBlocked>
|
||||
</execution>
|
||||
<completed>true</completed>
|
||||
<checkouts class="hudson.util.PersistedList"/>
|
||||
</flow-build>
|
||||
@@ -0,0 +1,8 @@
|
||||
913 3
|
||||
1339
|
||||
2550 7
|
||||
2562
|
||||
2862 8
|
||||
2888
|
||||
3187 9
|
||||
3211
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>9</string>
|
||||
</parentIds>
|
||||
<id>10</id>
|
||||
<startId>6</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739988391</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>10</string>
|
||||
</parentIds>
|
||||
<id>11</id>
|
||||
<startId>5</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739988455</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>11</string>
|
||||
</parentIds>
|
||||
<id>12</id>
|
||||
<startId>4</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739988481</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>12</string>
|
||||
</parentIds>
|
||||
<id>13</id>
|
||||
<startId>3</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739988544</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="org.jenkinsci.plugins.workflow.graph.FlowEndNode" plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<parentIds>
|
||||
<string>13</string>
|
||||
</parentIds>
|
||||
<id>14</id>
|
||||
<startId>2</startId>
|
||||
<result>
|
||||
<name>SUCCESS</name>
|
||||
<ordinal>0</ordinal>
|
||||
<color>BLUE</color>
|
||||
<completeBuild>true</completeBuild>
|
||||
</result>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739988591</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="org.jenkinsci.plugins.workflow.graph.FlowStartNode" plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<parentIds/>
|
||||
<id>2</id>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739216615</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>2</string>
|
||||
</parentIds>
|
||||
<id>3</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.ExecutorStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<s.a.LogStorageAction/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739216779</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution_-QueueItemActionImpl plugin="workflow-durable-task-step@1199.v02b_9244f8064">
|
||||
<id>58</id>
|
||||
</org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution_-QueueItemActionImpl>
|
||||
<s.a.WorkspaceActionImpl>
|
||||
<node></node>
|
||||
<path>/var/jenkins_home/workspace/monas_dev_work/monas_pipeline</path>
|
||||
<labels class="sorted-set"/>
|
||||
</s.a.WorkspaceActionImpl>
|
||||
</actions>
|
||||
</Tag>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>3</string>
|
||||
</parentIds>
|
||||
<id>4</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.ExecutorStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739908118</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>4</string>
|
||||
</parentIds>
|
||||
<id>5</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.StageStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<s.a.LogStorageAction/>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>name</string>
|
||||
<string>Hello</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739908187</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>5</string>
|
||||
</parentIds>
|
||||
<id>6</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.StageStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.LabelAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<displayName>Hello</displayName>
|
||||
</wf.a.LabelAction>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739908200</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>6</string>
|
||||
</parentIds>
|
||||
<id>7</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.EchoStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>message</string>
|
||||
<string>Hello World</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739908288</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>7</string>
|
||||
</parentIds>
|
||||
<id>8</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.SleepStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>time</string>
|
||||
<long>80</long>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739908325</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>8</string>
|
||||
</parentIds>
|
||||
<id>9</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.EchoStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>message</string>
|
||||
<string>Mona is the best dev <3</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739988365</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
@@ -0,0 +1,145 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<flow-build plugin="workflow-job@1207.ve6191ff089f8">
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>1</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
<org.jenkinsci.plugins.workflow.libs.LibrariesAction plugin="pipeline-groovy-lib@612.v84da_9c54906d">
|
||||
<libraries/>
|
||||
</org.jenkinsci.plugins.workflow.libs.LibrariesAction>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.actions.ExecutionModelAction plugin="pipeline-model-definition@2.2114.v2654ca_721309">
|
||||
<stagesUUID>7aaaf8b2-f6a9-462f-ae81-cc1edc082b3e</stagesUUID>
|
||||
<pipelineDefs>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef plugin="pipeline-model-api@2.2114.v2654ca_721309">
|
||||
<stages>
|
||||
<stages>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage>
|
||||
<name>Hello</name>
|
||||
<branches>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch>
|
||||
<name>default</name>
|
||||
<steps>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>echo</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>message</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="string">Hello World</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>sleep</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>time</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="int">80</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>echo</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>message</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="string">Mona is the best dev <3</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
</steps>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch>
|
||||
</branches>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage>
|
||||
</stages>
|
||||
<uuid>7aaaf8b2-f6a9-462f-ae81-cc1edc082b3e</uuid>
|
||||
</stages>
|
||||
<agent>
|
||||
<agentType>
|
||||
<key>any</key>
|
||||
</agentType>
|
||||
</agent>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef>
|
||||
</pipelineDefs>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.actions.ExecutionModelAction>
|
||||
</actions>
|
||||
<queueId>74</queueId>
|
||||
<timestamp>1659739226748</timestamp>
|
||||
<startTime>1659739226761</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>1095468</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<execution class="org.jenkinsci.plugins.workflow.cps.CpsFlowExecution">
|
||||
<result>SUCCESS</result>
|
||||
<script>pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Hello') {
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
sleep 80
|
||||
echo "Mona is the best dev <3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<loadedScripts class="map"/>
|
||||
<durabilityHint>MAX_SURVIVABILITY</durabilityHint>
|
||||
<timings class="concurrent-hash-map">
|
||||
<entry>
|
||||
<string>flowNode</string>
|
||||
<long>459902592</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>classLoad</string>
|
||||
<long>109395372</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>run</string>
|
||||
<long>912688369</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>parse</string>
|
||||
<long>14250802</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>saveProgram</string>
|
||||
<long>175835352</long>
|
||||
</entry>
|
||||
</timings>
|
||||
<sandbox>true</sandbox>
|
||||
<iota>14</iota>
|
||||
<head>1:14</head>
|
||||
<done>true</done>
|
||||
<resumeBlocked>false</resumeBlocked>
|
||||
</execution>
|
||||
<completed>true</completed>
|
||||
<checkouts class="hudson.util.PersistedList"/>
|
||||
</flow-build>
|
||||
@@ -0,0 +1,8 @@
|
||||
913 3
|
||||
1341
|
||||
2552 7
|
||||
2564
|
||||
2864 8
|
||||
2890
|
||||
3189 9
|
||||
3213
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>9</string>
|
||||
</parentIds>
|
||||
<id>10</id>
|
||||
<startId>6</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740321928</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>10</string>
|
||||
</parentIds>
|
||||
<id>11</id>
|
||||
<startId>5</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740321996</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>11</string>
|
||||
</parentIds>
|
||||
<id>12</id>
|
||||
<startId>4</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740322022</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>12</string>
|
||||
</parentIds>
|
||||
<id>13</id>
|
||||
<startId>3</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740322108</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="org.jenkinsci.plugins.workflow.graph.FlowEndNode" plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<parentIds>
|
||||
<string>13</string>
|
||||
</parentIds>
|
||||
<id>14</id>
|
||||
<startId>2</startId>
|
||||
<result>
|
||||
<name>SUCCESS</name>
|
||||
<ordinal>0</ordinal>
|
||||
<color>BLUE</color>
|
||||
<completeBuild>true</completeBuild>
|
||||
</result>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740322154</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="org.jenkinsci.plugins.workflow.graph.FlowStartNode" plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<parentIds/>
|
||||
<id>2</id>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739226802</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>2</string>
|
||||
</parentIds>
|
||||
<id>3</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.ExecutorStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<s.a.LogStorageAction/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739227008</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution_-QueueItemActionImpl plugin="workflow-durable-task-step@1199.v02b_9244f8064">
|
||||
<id>77</id>
|
||||
</org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution_-QueueItemActionImpl>
|
||||
<s.a.WorkspaceActionImpl>
|
||||
<node></node>
|
||||
<path>/var/jenkins_home/workspace/monas_dev_work/monas_pipeline@2</path>
|
||||
<labels class="sorted-set"/>
|
||||
</s.a.WorkspaceActionImpl>
|
||||
</actions>
|
||||
</Tag>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>3</string>
|
||||
</parentIds>
|
||||
<id>4</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.ExecutorStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740241594</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>4</string>
|
||||
</parentIds>
|
||||
<id>5</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.StageStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<s.a.LogStorageAction/>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>name</string>
|
||||
<string>Hello</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740241687</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>5</string>
|
||||
</parentIds>
|
||||
<id>6</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.StageStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.LabelAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<displayName>Hello</displayName>
|
||||
</wf.a.LabelAction>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740241711</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>6</string>
|
||||
</parentIds>
|
||||
<id>7</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.EchoStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>message</string>
|
||||
<string>Hello World</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740241793</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>7</string>
|
||||
</parentIds>
|
||||
<id>8</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.SleepStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>time</string>
|
||||
<long>80</long>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740241863</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>8</string>
|
||||
</parentIds>
|
||||
<id>9</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.EchoStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>message</string>
|
||||
<string>Mona is the best dev <3</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740321903</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
@@ -0,0 +1,145 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<flow-build plugin="workflow-job@1207.ve6191ff089f8">
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>1</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
<org.jenkinsci.plugins.workflow.libs.LibrariesAction plugin="pipeline-groovy-lib@612.v84da_9c54906d">
|
||||
<libraries/>
|
||||
</org.jenkinsci.plugins.workflow.libs.LibrariesAction>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.actions.ExecutionModelAction plugin="pipeline-model-definition@2.2114.v2654ca_721309">
|
||||
<stagesUUID>ac04518c-bab5-4052-91ed-828b6ce93a32</stagesUUID>
|
||||
<pipelineDefs>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef plugin="pipeline-model-api@2.2114.v2654ca_721309">
|
||||
<stages>
|
||||
<stages>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage>
|
||||
<name>Hello</name>
|
||||
<branches>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch>
|
||||
<name>default</name>
|
||||
<steps>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>echo</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>message</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="string">Hello World</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>sleep</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>time</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="int">80</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>echo</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>message</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="string">Mona is the best dev <3</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
</steps>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch>
|
||||
</branches>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage>
|
||||
</stages>
|
||||
<uuid>ac04518c-bab5-4052-91ed-828b6ce93a32</uuid>
|
||||
</stages>
|
||||
<agent>
|
||||
<agentType>
|
||||
<key>any</key>
|
||||
</agentType>
|
||||
</agent>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef>
|
||||
</pipelineDefs>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.actions.ExecutionModelAction>
|
||||
</actions>
|
||||
<queueId>76</queueId>
|
||||
<timestamp>1659739226947</timestamp>
|
||||
<startTime>1659739226965</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>1164013</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<execution class="org.jenkinsci.plugins.workflow.cps.CpsFlowExecution">
|
||||
<result>SUCCESS</result>
|
||||
<script>pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Hello') {
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
sleep 80
|
||||
echo "Mona is the best dev <3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<loadedScripts class="map"/>
|
||||
<durabilityHint>MAX_SURVIVABILITY</durabilityHint>
|
||||
<timings class="concurrent-hash-map">
|
||||
<entry>
|
||||
<string>flowNode</string>
|
||||
<long>472525100</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>classLoad</string>
|
||||
<long>80900375</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>run</string>
|
||||
<long>869930400</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>parse</string>
|
||||
<long>14106204</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>saveProgram</string>
|
||||
<long>168766376</long>
|
||||
</entry>
|
||||
</timings>
|
||||
<sandbox>true</sandbox>
|
||||
<iota>14</iota>
|
||||
<head>1:14</head>
|
||||
<done>true</done>
|
||||
<resumeBlocked>false</resumeBlocked>
|
||||
</execution>
|
||||
<completed>true</completed>
|
||||
<checkouts class="hudson.util.PersistedList"/>
|
||||
</flow-build>
|
||||
@@ -0,0 +1,8 @@
|
||||
913 3
|
||||
1339
|
||||
2550 7
|
||||
2562
|
||||
2862 8
|
||||
2888
|
||||
3187 9
|
||||
3211
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>9</string>
|
||||
</parentIds>
|
||||
<id>10</id>
|
||||
<startId>6</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740390696</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>10</string>
|
||||
</parentIds>
|
||||
<id>11</id>
|
||||
<startId>5</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740390754</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>11</string>
|
||||
</parentIds>
|
||||
<id>12</id>
|
||||
<startId>4</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740390778</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>12</string>
|
||||
</parentIds>
|
||||
<id>13</id>
|
||||
<startId>3</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740390861</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="org.jenkinsci.plugins.workflow.graph.FlowEndNode" plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<parentIds>
|
||||
<string>13</string>
|
||||
</parentIds>
|
||||
<id>14</id>
|
||||
<startId>2</startId>
|
||||
<result>
|
||||
<name>SUCCESS</name>
|
||||
<ordinal>0</ordinal>
|
||||
<color>BLUE</color>
|
||||
<completeBuild>true</completeBuild>
|
||||
</result>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740390908</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="org.jenkinsci.plugins.workflow.graph.FlowStartNode" plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<parentIds/>
|
||||
<id>2</id>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739227019</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>2</string>
|
||||
</parentIds>
|
||||
<id>3</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.ExecutorStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<s.a.LogStorageAction/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739227222</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution_-QueueItemActionImpl plugin="workflow-durable-task-step@1199.v02b_9244f8064">
|
||||
<id>79</id>
|
||||
</org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution_-QueueItemActionImpl>
|
||||
<s.a.WorkspaceActionImpl>
|
||||
<node></node>
|
||||
<path>/var/jenkins_home/workspace/monas_dev_work/monas_pipeline</path>
|
||||
<labels class="sorted-set"/>
|
||||
</s.a.WorkspaceActionImpl>
|
||||
</actions>
|
||||
</Tag>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>3</string>
|
||||
</parentIds>
|
||||
<id>4</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.ExecutorStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740310340</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>4</string>
|
||||
</parentIds>
|
||||
<id>5</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.StageStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<s.a.LogStorageAction/>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>name</string>
|
||||
<string>Hello</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740310438</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>5</string>
|
||||
</parentIds>
|
||||
<id>6</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.StageStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.LabelAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<displayName>Hello</displayName>
|
||||
</wf.a.LabelAction>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740310462</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>6</string>
|
||||
</parentIds>
|
||||
<id>7</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.EchoStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>message</string>
|
||||
<string>Hello World</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740310557</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>7</string>
|
||||
</parentIds>
|
||||
<id>8</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.SleepStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>time</string>
|
||||
<long>80</long>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740310630</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>8</string>
|
||||
</parentIds>
|
||||
<id>9</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.EchoStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>message</string>
|
||||
<string>Mona is the best dev <3</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740390670</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
@@ -0,0 +1,145 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<flow-build plugin="workflow-job@1207.ve6191ff089f8">
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>1</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
<org.jenkinsci.plugins.workflow.libs.LibrariesAction plugin="pipeline-groovy-lib@612.v84da_9c54906d">
|
||||
<libraries/>
|
||||
</org.jenkinsci.plugins.workflow.libs.LibrariesAction>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.actions.ExecutionModelAction plugin="pipeline-model-definition@2.2114.v2654ca_721309">
|
||||
<stagesUUID>de191de3-0675-4c62-b81d-d02399702c87</stagesUUID>
|
||||
<pipelineDefs>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef plugin="pipeline-model-api@2.2114.v2654ca_721309">
|
||||
<stages>
|
||||
<stages>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage>
|
||||
<name>Hello</name>
|
||||
<branches>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch>
|
||||
<name>default</name>
|
||||
<steps>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>echo</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>message</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="string">Hello World</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>sleep</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>time</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="int">80</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>echo</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>message</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="string">Mona is the best dev <3</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
</steps>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch>
|
||||
</branches>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage>
|
||||
</stages>
|
||||
<uuid>de191de3-0675-4c62-b81d-d02399702c87</uuid>
|
||||
</stages>
|
||||
<agent>
|
||||
<agentType>
|
||||
<key>any</key>
|
||||
</agentType>
|
||||
</agent>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef>
|
||||
</pipelineDefs>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.actions.ExecutionModelAction>
|
||||
</actions>
|
||||
<queueId>78</queueId>
|
||||
<timestamp>1659739227117</timestamp>
|
||||
<startTime>1659739227130</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>1175492</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<execution class="org.jenkinsci.plugins.workflow.cps.CpsFlowExecution">
|
||||
<result>SUCCESS</result>
|
||||
<script>pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Hello') {
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
sleep 80
|
||||
echo "Mona is the best dev <3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<loadedScripts class="map"/>
|
||||
<durabilityHint>MAX_SURVIVABILITY</durabilityHint>
|
||||
<timings class="concurrent-hash-map">
|
||||
<entry>
|
||||
<string>flowNode</string>
|
||||
<long>426157840</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>classLoad</string>
|
||||
<long>116216686</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>run</string>
|
||||
<long>823275628</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>parse</string>
|
||||
<long>13134017</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>saveProgram</string>
|
||||
<long>160127433</long>
|
||||
</entry>
|
||||
</timings>
|
||||
<sandbox>true</sandbox>
|
||||
<iota>14</iota>
|
||||
<head>1:14</head>
|
||||
<done>true</done>
|
||||
<resumeBlocked>false</resumeBlocked>
|
||||
</execution>
|
||||
<completed>true</completed>
|
||||
<checkouts class="hudson.util.PersistedList"/>
|
||||
</flow-build>
|
||||
@@ -0,0 +1,8 @@
|
||||
913 3
|
||||
1341
|
||||
2552 7
|
||||
2564
|
||||
2864 8
|
||||
2890
|
||||
3189 9
|
||||
3213
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>9</string>
|
||||
</parentIds>
|
||||
<id>10</id>
|
||||
<startId>6</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740402402</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>10</string>
|
||||
</parentIds>
|
||||
<id>11</id>
|
||||
<startId>5</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740402466</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>11</string>
|
||||
</parentIds>
|
||||
<id>12</id>
|
||||
<startId>4</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740402491</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>12</string>
|
||||
</parentIds>
|
||||
<id>13</id>
|
||||
<startId>3</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740402559</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="org.jenkinsci.plugins.workflow.graph.FlowEndNode" plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<parentIds>
|
||||
<string>13</string>
|
||||
</parentIds>
|
||||
<id>14</id>
|
||||
<startId>2</startId>
|
||||
<result>
|
||||
<name>SUCCESS</name>
|
||||
<ordinal>0</ordinal>
|
||||
<color>BLUE</color>
|
||||
<completeBuild>true</completeBuild>
|
||||
</result>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740402584</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="org.jenkinsci.plugins.workflow.graph.FlowStartNode" plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<parentIds/>
|
||||
<id>2</id>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739227173</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>2</string>
|
||||
</parentIds>
|
||||
<id>3</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.ExecutorStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<s.a.LogStorageAction/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739227378</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution_-QueueItemActionImpl plugin="workflow-durable-task-step@1199.v02b_9244f8064">
|
||||
<id>80</id>
|
||||
</org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution_-QueueItemActionImpl>
|
||||
<s.a.WorkspaceActionImpl>
|
||||
<node></node>
|
||||
<path>/var/jenkins_home/workspace/monas_dev_work/monas_pipeline@2</path>
|
||||
<labels class="sorted-set"/>
|
||||
</s.a.WorkspaceActionImpl>
|
||||
</actions>
|
||||
</Tag>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>3</string>
|
||||
</parentIds>
|
||||
<id>4</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.ExecutorStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740322050</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>4</string>
|
||||
</parentIds>
|
||||
<id>5</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.StageStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<s.a.LogStorageAction/>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>name</string>
|
||||
<string>Hello</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740322142</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>5</string>
|
||||
</parentIds>
|
||||
<id>6</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.StageStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.LabelAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<displayName>Hello</displayName>
|
||||
</wf.a.LabelAction>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740322166</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>6</string>
|
||||
</parentIds>
|
||||
<id>7</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.EchoStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>message</string>
|
||||
<string>Hello World</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740322262</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>7</string>
|
||||
</parentIds>
|
||||
<id>8</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.SleepStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>time</string>
|
||||
<long>80</long>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740322335</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>8</string>
|
||||
</parentIds>
|
||||
<id>9</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.EchoStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>message</string>
|
||||
<string>Mona is the best dev <3</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740402376</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
@@ -0,0 +1,145 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<flow-build plugin="workflow-job@1207.ve6191ff089f8">
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>1</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
<org.jenkinsci.plugins.workflow.libs.LibrariesAction plugin="pipeline-groovy-lib@612.v84da_9c54906d">
|
||||
<libraries/>
|
||||
</org.jenkinsci.plugins.workflow.libs.LibrariesAction>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.actions.ExecutionModelAction plugin="pipeline-model-definition@2.2114.v2654ca_721309">
|
||||
<stagesUUID>73061080-857b-45b1-a1cb-d120d29a61b4</stagesUUID>
|
||||
<pipelineDefs>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef plugin="pipeline-model-api@2.2114.v2654ca_721309">
|
||||
<stages>
|
||||
<stages>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage>
|
||||
<name>Hello</name>
|
||||
<branches>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch>
|
||||
<name>default</name>
|
||||
<steps>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>echo</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>message</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="string">Hello World</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>sleep</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>time</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="int">80</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>echo</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>message</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="string">Mona is the best dev <3</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
</steps>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch>
|
||||
</branches>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage>
|
||||
</stages>
|
||||
<uuid>73061080-857b-45b1-a1cb-d120d29a61b4</uuid>
|
||||
</stages>
|
||||
<agent>
|
||||
<agentType>
|
||||
<key>any</key>
|
||||
</agentType>
|
||||
</agent>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef>
|
||||
</pipelineDefs>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.actions.ExecutionModelAction>
|
||||
</actions>
|
||||
<queueId>81</queueId>
|
||||
<timestamp>1659739227406</timestamp>
|
||||
<startTime>1659739227419</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>1243937</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<execution class="org.jenkinsci.plugins.workflow.cps.CpsFlowExecution">
|
||||
<result>SUCCESS</result>
|
||||
<script>pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Hello') {
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
sleep 80
|
||||
echo "Mona is the best dev <3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<loadedScripts class="map"/>
|
||||
<durabilityHint>MAX_SURVIVABILITY</durabilityHint>
|
||||
<timings class="concurrent-hash-map">
|
||||
<entry>
|
||||
<string>flowNode</string>
|
||||
<long>418027979</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>classLoad</string>
|
||||
<long>81071579</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>run</string>
|
||||
<long>756877979</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>parse</string>
|
||||
<long>10895549</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>saveProgram</string>
|
||||
<long>146195622</long>
|
||||
</entry>
|
||||
</timings>
|
||||
<sandbox>true</sandbox>
|
||||
<iota>14</iota>
|
||||
<head>1:14</head>
|
||||
<done>true</done>
|
||||
<resumeBlocked>false</resumeBlocked>
|
||||
</execution>
|
||||
<completed>true</completed>
|
||||
<checkouts class="hudson.util.PersistedList"/>
|
||||
</flow-build>
|
||||
@@ -0,0 +1,8 @@
|
||||
913 3
|
||||
1339
|
||||
2550 7
|
||||
2562
|
||||
2862 8
|
||||
2888
|
||||
3187 9
|
||||
3211
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>9</string>
|
||||
</parentIds>
|
||||
<id>10</id>
|
||||
<startId>6</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740471149</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>10</string>
|
||||
</parentIds>
|
||||
<id>11</id>
|
||||
<startId>5</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740471210</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>11</string>
|
||||
</parentIds>
|
||||
<id>12</id>
|
||||
<startId>4</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740471235</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>12</string>
|
||||
</parentIds>
|
||||
<id>13</id>
|
||||
<startId>3</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740471290</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="org.jenkinsci.plugins.workflow.graph.FlowEndNode" plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<parentIds>
|
||||
<string>13</string>
|
||||
</parentIds>
|
||||
<id>14</id>
|
||||
<startId>2</startId>
|
||||
<result>
|
||||
<name>SUCCESS</name>
|
||||
<ordinal>0</ordinal>
|
||||
<color>BLUE</color>
|
||||
<completeBuild>true</completeBuild>
|
||||
</result>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740471318</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="org.jenkinsci.plugins.workflow.graph.FlowStartNode" plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<parentIds/>
|
||||
<id>2</id>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739227475</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>2</string>
|
||||
</parentIds>
|
||||
<id>3</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.ExecutorStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<s.a.LogStorageAction/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659739227622</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution_-QueueItemActionImpl plugin="workflow-durable-task-step@1199.v02b_9244f8064">
|
||||
<id>82</id>
|
||||
</org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution_-QueueItemActionImpl>
|
||||
<s.a.WorkspaceActionImpl>
|
||||
<node></node>
|
||||
<path>/var/jenkins_home/workspace/monas_dev_work/monas_pipeline</path>
|
||||
<labels class="sorted-set"/>
|
||||
</s.a.WorkspaceActionImpl>
|
||||
</actions>
|
||||
</Tag>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>3</string>
|
||||
</parentIds>
|
||||
<id>4</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.ExecutorStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740390806</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>4</string>
|
||||
</parentIds>
|
||||
<id>5</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.StageStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<s.a.LogStorageAction/>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>name</string>
|
||||
<string>Hello</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740390896</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepStartNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>5</string>
|
||||
</parentIds>
|
||||
<id>6</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.support.steps.StageStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.LabelAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<displayName>Hello</displayName>
|
||||
</wf.a.LabelAction>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740390920</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>6</string>
|
||||
</parentIds>
|
||||
<id>7</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.EchoStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>message</string>
|
||||
<string>Hello World</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740391010</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>7</string>
|
||||
</parentIds>
|
||||
<id>8</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.SleepStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>time</string>
|
||||
<long>80</long>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740391082</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepAtomNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>8</string>
|
||||
</parentIds>
|
||||
<id>9</id>
|
||||
<descriptorId>org.jenkinsci.plugins.workflow.steps.EchoStep</descriptorId>
|
||||
</node>
|
||||
<actions>
|
||||
<cps.a.ArgumentsActionImpl plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<arguments>
|
||||
<entry>
|
||||
<string>message</string>
|
||||
<string>Mona is the best dev <3</string>
|
||||
</entry>
|
||||
</arguments>
|
||||
<sensitiveVariables/>
|
||||
<isUnmodifiedBySanitization>true</isUnmodifiedBySanitization>
|
||||
</cps.a.ArgumentsActionImpl>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740471123</startTime>
|
||||
</wf.a.TimingAction>
|
||||
<s.a.LogStorageAction/>
|
||||
</actions>
|
||||
</Tag>
|
||||
@@ -0,0 +1,145 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<flow-build plugin="workflow-job@1207.ve6191ff089f8">
|
||||
<actions>
|
||||
<hudson.model.CauseAction>
|
||||
<causeBag class="linked-hash-map">
|
||||
<entry>
|
||||
<hudson.model.Cause_-UserIdCause>
|
||||
<userId>admin</userId>
|
||||
</hudson.model.Cause_-UserIdCause>
|
||||
<int>1</int>
|
||||
</entry>
|
||||
</causeBag>
|
||||
</hudson.model.CauseAction>
|
||||
<org.jenkinsci.plugins.workflow.libs.LibrariesAction plugin="pipeline-groovy-lib@612.v84da_9c54906d">
|
||||
<libraries/>
|
||||
</org.jenkinsci.plugins.workflow.libs.LibrariesAction>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.actions.ExecutionModelAction plugin="pipeline-model-definition@2.2114.v2654ca_721309">
|
||||
<stagesUUID>69ce1904-f8e8-4209-a69b-94c94bf340b4</stagesUUID>
|
||||
<pipelineDefs>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef plugin="pipeline-model-api@2.2114.v2654ca_721309">
|
||||
<stages>
|
||||
<stages>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage>
|
||||
<name>Hello</name>
|
||||
<branches>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch>
|
||||
<name>default</name>
|
||||
<steps>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>echo</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>message</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="string">Hello World</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>sleep</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>time</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="int">80</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
<name>echo</name>
|
||||
<args class="org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTNamedArgumentList">
|
||||
<arguments class="linked-hash-map">
|
||||
<entry>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<key>message</key>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey>
|
||||
<org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
<value class="string">Mona is the best dev <3</value>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTValue_-ConstantValue>
|
||||
</entry>
|
||||
</arguments>
|
||||
</args>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep>
|
||||
</steps>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBranch>
|
||||
</branches>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStage>
|
||||
</stages>
|
||||
<uuid>69ce1904-f8e8-4209-a69b-94c94bf340b4</uuid>
|
||||
</stages>
|
||||
<agent>
|
||||
<agentType>
|
||||
<key>any</key>
|
||||
</agentType>
|
||||
</agent>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTPipelineDef>
|
||||
</pipelineDefs>
|
||||
</org.jenkinsci.plugins.pipeline.modeldefinition.actions.ExecutionModelAction>
|
||||
</actions>
|
||||
<queueId>59</queueId>
|
||||
<timestamp>1659739221900</timestamp>
|
||||
<startTime>1659739221917</startTime>
|
||||
<result>SUCCESS</result>
|
||||
<duration>778462</duration>
|
||||
<charset>UTF-8</charset>
|
||||
<keepLog>false</keepLog>
|
||||
<execution class="org.jenkinsci.plugins.workflow.cps.CpsFlowExecution">
|
||||
<result>SUCCESS</result>
|
||||
<script>pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Hello') {
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
sleep 80
|
||||
echo "Mona is the best dev <3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<loadedScripts class="map"/>
|
||||
<durabilityHint>MAX_SURVIVABILITY</durabilityHint>
|
||||
<timings class="concurrent-hash-map">
|
||||
<entry>
|
||||
<string>flowNode</string>
|
||||
<long>367944464</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>classLoad</string>
|
||||
<long>198426603</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>run</string>
|
||||
<long>876337256</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>parse</string>
|
||||
<long>14940189</long>
|
||||
</entry>
|
||||
<entry>
|
||||
<string>saveProgram</string>
|
||||
<long>186228803</long>
|
||||
</entry>
|
||||
</timings>
|
||||
<sandbox>true</sandbox>
|
||||
<iota>14</iota>
|
||||
<head>1:14</head>
|
||||
<done>true</done>
|
||||
<resumeBlocked>false</resumeBlocked>
|
||||
</execution>
|
||||
<completed>true</completed>
|
||||
<checkouts class="hudson.util.PersistedList"/>
|
||||
</flow-build>
|
||||
@@ -0,0 +1,8 @@
|
||||
913 3
|
||||
1341
|
||||
2552 7
|
||||
2564
|
||||
2864 8
|
||||
2890
|
||||
3189 9
|
||||
3213
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>9</string>
|
||||
</parentIds>
|
||||
<id>10</id>
|
||||
<startId>6</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740000076</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>10</string>
|
||||
</parentIds>
|
||||
<id>11</id>
|
||||
<startId>5</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740000140</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>11</string>
|
||||
</parentIds>
|
||||
<id>12</id>
|
||||
<startId>4</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.BodyInvocationAction plugin="workflow-api@1188.v0016b_4f29881"/>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740000167</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="cps.n.StepEndNode" plugin="workflow-cps@2759.v87459c4eea_ca_">
|
||||
<parentIds>
|
||||
<string>12</string>
|
||||
</parentIds>
|
||||
<id>13</id>
|
||||
<startId>3</startId>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740000258</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<Tag plugin="workflow-support@838.va_3a_087b_4055b">
|
||||
<node class="org.jenkinsci.plugins.workflow.graph.FlowEndNode" plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<parentIds>
|
||||
<string>13</string>
|
||||
</parentIds>
|
||||
<id>14</id>
|
||||
<startId>2</startId>
|
||||
<result>
|
||||
<name>SUCCESS</name>
|
||||
<ordinal>0</ordinal>
|
||||
<color>BLUE</color>
|
||||
<completeBuild>true</completeBuild>
|
||||
</result>
|
||||
</node>
|
||||
<actions>
|
||||
<wf.a.TimingAction plugin="workflow-api@1188.v0016b_4f29881">
|
||||
<startTime>1659740000307</startTime>
|
||||
</wf.a.TimingAction>
|
||||
</actions>
|
||||
</Tag>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user