We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7d234 commit 68f42a4Copy full SHA for 68f42a4
pom.xml
@@ -67,7 +67,7 @@
67
<dependency>
68
<groupId>org.jenkins-ci</groupId>
69
<artifactId>process-utils</artifactId>
70
- <version>1.3</version>
+ <version>1.4</version>
71
</dependency>
72
73
<groupId>com.fasterxml.jackson.core</groupId>
src/main/java/org/jenkinsci/test/acceptance/docker/DockerContainer.java
@@ -76,7 +76,7 @@ public File getLogfile() {
76
return logfile;
77
}
78
79
- public int getPid() {
+ public long getPid() {
80
return ProcessUtils.getPid(p);
81
82
0 commit comments