Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Jan 16, 2020
1 parent 99bab18 commit 0c8933c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions openshift/pipelines/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ podTemplate(label: "master-maven-${env.BUILD_NUMBER}", name: "master-maven-${env
resourceLimitCpu: '2000m',
resourceRequestMemory: '2Gi',
resourceLimitMemory: '6Gi',
workingDir: '/home/jenkins',
activeDeadlineSeconds: 3600,
slaveConnectTimeout: 3600,
timeoutSeconds: 3600,
workingDir: '/home/jenkins',
command: '',
args: '${computer.jnlpmac} ${computer.name}'
)
Expand Down

0 comments on commit 0c8933c

Please sign in to comment.