Skip to content
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d3449aa
Start validating log rewrite
svanoort Oct 2, 2018
8dbbd91
Fix for some weird IntelliJ dependency resolution issue with jboss ma…
svanoort Oct 2, 2018
6abdf07
Update deps
svanoort Oct 3, 2018
108b0e6
Pull in latest wf-job incremental
svanoort Oct 3, 2018
9d5965e
Unused import.
jglick Oct 3, 2018
75d0629
Useless test.
jglick Oct 3, 2018
50d298f
Adapting test to changes in output format.
jglick Oct 3, 2018
e8953b5
Fixing StepNodeTest.
jglick Oct 3, 2018
d12db85
No longer need to test against an older LTS.
jglick Oct 3, 2018
90fa829
Bumping workflow-api dep just in case.
jglick Oct 3, 2018
b234b28
Going back to ignoring some FlowDurabilityTest cases for now.
jglick Oct 3, 2018
0e414a0
Trying to work around CI failures.
jglick Oct 3, 2018
528d973
Trying another tact.
jglick Oct 3, 2018
8219dac
Different syntax.
jglick Oct 3, 2018
a418b3a
Guessing that the Windows m2repo was bad too.
jglick Oct 3, 2018
7ec8acb
Picking up fix of JENKINS-47779, which otherwise produces tons of noi…
jglick Oct 3, 2018
15f2e7d
PersistenceProblemsTest was simply flaky.
jglick Oct 3, 2018
6df4322
7ec8acb215c511e43730527e3739e64e02e4a701 necessitated a POM cleanup too.
jglick Oct 3, 2018
3acab7e
After https://github.com/jenkinsci/jenkins/pull/882 we must explicitl…
jglick Oct 3, 2018
a59116e
Pick up https://github.com/jenkinsci/structs-plugin/pull/41 to solve …
jglick Oct 3, 2018
3ebb400
Cache hack is done.
jglick Oct 3, 2018
aa9e5bb
Noting all uses of incremental deps.
jglick Oct 3, 2018
a3632d2
Merge branch 'master' into logs-JENKINS-38381
jglick Oct 4, 2018
4086969
Merge branch 'DSL+ArgumentsAction' into logs-JENKINS-38381
jglick Oct 4, 2018
739902e
Merge branch 'master' into logs-JENKINS-38381
jglick Oct 4, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-job</artifactId>
<version>2.21</version>
<version>2.26-beta-1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down