Branch: refs/heads/master
Home: https://github.com/jenkinsci/pipeline-model-definition-plugin
Commit: 5a71aae6e1f692c577698d524f8ae293ce4bc58f
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/5a71aae6e1f692c577698d524f8ae293ce4bc58f
Author: Daniel Taub <[email protected]>
Date: 2020-03-28 (Sat, 28 Mar 2020)
Changed paths:
M
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/cli/DeclarativeLinterCommand.java
Log Message:
-----------
fixed behaviour of cli declerative validator
Commit: 20a0b7b9fd75ebedfbdd4a1ce3b32144a3ecb829
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/20a0b7b9fd75ebedfbdd4a1ce3b32144a3ecb829
Author: Daniel Taub <[email protected]>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M README.md
Log Message:
-----------
minor readme fix
Commit: f8c4fc8df0e25a7a613a0643b876c2cab06c2dfa
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/f8c4fc8df0e25a7a613a0643b876c2cab06c2dfa
Author: Daniel Taub <[email protected]>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/cli/DeclarativeLinterCommandTest.java
Log Message:
-----------
test updating
Commit: 9751d39728b45c5f508985307d32df32e2353b02
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/9751d39728b45c5f508985307d32df32e2353b02
Author: Daniel Taub <[email protected]>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
A pipeline-model-declarative-agent/README.md
M pipeline-model-definition/pom.xml
Log Message:
-----------
Merge branch 'master' of
https://github.com/jenkinsci/pipeline-model-definition-plugin into
cli-validator-fix
Commit: 6384ae883c5c79c9567df5ffc17dc9205ee98f89
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/6384ae883c5c79c9567df5ffc17dc9205ee98f89
Author: Daniel Taub <[email protected]>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/cli/DeclarativeLinterCommandTest.java
A pipeline-model-definition/src/test/resources/errors/emptyPipeline.groovy
Log Message:
-----------
added empty pipeline test
Commit: f9a579cb039314a56ff0bd78f664ae670181ec26
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/f9a579cb039314a56ff0bd78f664ae670181ec26
Author: Daniel Taub <[email protected]>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/cli/DeclarativeLinterCommandTest.java
Log Message:
-----------
ignore current test
Commit: 64b6e412204da4e6b38b9dec65d71dd9bc535eb5
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/64b6e412204da4e6b38b9dec65d71dd9bc535eb5
Author: Daniel Taub <[email protected]>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/cli/DeclarativeLinterCommandTest.java
M pipeline-model-definition/src/test/resources/errors/emptyPipeline.groovy
Log Message:
-----------
removed ignore
Commit: 9436c59e2fe5a605603c1537d11febef765ee2bc
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/9436c59e2fe5a605603c1537d11febef765ee2bc
Author: Liam Newman <[email protected]>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M Jenkinsfile
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/AbstractModelDefTest.java
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/util/HasArchived.java
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/util/InputStreamContainingString.java
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/util/IsJsonObjectContaining.java
M pom.xml
Log Message:
-----------
Merge branch 'master' into cli-validator-fix
Commit: 50ab5d61d785ef939d35273f8dabaf6abdbd017b
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/50ab5d61d785ef939d35273f8dabaf6abdbd017b
Author: Liam Newman <[email protected]>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M README.md
Log Message:
-----------
Revert change to readme
This change should be done in another PR.
Commit: 6774ac463f6adbd5e16719dfeb6e199c5614ffbc
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/6774ac463f6adbd5e16719dfeb6e199c5614ffbc
Author: Liam Newman <[email protected]>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/cli/DeclarativeLinterCommand.java
Log Message:
-----------
Update
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/cli/DeclarativeLinterCommand.java
Co-authored-by: Devin Nusbaum <[email protected]>
Commit: ba6b1ce2208d1a5c4eb721e5839452fb11ebd3ed
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/ba6b1ce2208d1a5c4eb721e5839452fb11ebd3ed
Author: Liam Newman <[email protected]>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M
pipeline-model-definition/src/main/resources/org/jenkinsci/plugins/pipeline/modeldefinition/generator/AgentDirective/config.jelly
Log Message:
-----------
Merge branch 'master' into cli-validator-fix
Commit: 11c8d30f8165855f958739182bd3654564fc8902
https://github.com/jenkinsci/pipeline-model-definition-plugin/commit/11c8d30f8165855f958739182bd3654564fc8902
Author: Liam Newman <[email protected]>
Date: 2020-05-28 (Thu, 28 May 2020)
Changed paths:
M README.md
M
pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/cli/DeclarativeLinterCommand.java
M
pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/cli/DeclarativeLinterCommandTest.java
A pipeline-model-definition/src/test/resources/errors/emptyPipeline.groovy
Log Message:
-----------
Merge pull request #384 from danieltaub96/cli-validator-fix
fixed behaviour of cli declarative validator
Compare:
https://github.com/jenkinsci/pipeline-model-definition-plugin/compare/3fc6f954ed9d...11c8d30f8165
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-model-definition-plugin/push/refs/heads/master/3fc6f9-11c8d3%40github.com.