-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Minor
-
Component/s: pipeline-model-definition-plugin
Given this pipeline:
pipeline {
agent any
stages {
stage('Build') {
steps {
echo "hello"
}
}
}
}
Converting to JSON results in the script argument incorrectly labeled as isLiteral: true
{"status":"ok","data":{"result":"success","json":{"pipeline":{"stages":[{"name":"Build","branches":[{"name":"default","steps":[{"name":"echo","arguments":[{"key":"message","value":{"isLiteral":true,"value":"hello"}}]}]}]}],"agent":{"type":"any"}}}}}
- is related to
-
JENKINS-41358 Round tripping missing data
-
- Closed
-