Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
Fix for broken pipeline library
Browse files Browse the repository at this point in the history
  • Loading branch information
jaseemabid authored Apr 26, 2018
2 parents 217a8af + c5e44b2 commit e231cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@Library('github.com/fabric8io/fabric8-pipeline-library@master')
@Library('github.com/fabric8io/fabric8-pipeline-library@ssh')
def dummy
goTemplate{
def parameters = ['javaOptions':'-Duser.home=/root/ -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Dsun.zip.disableMemoryMapping=true -XX:+UseParallelGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Xms10m -Xmx2048m']
Expand Down

0 comments on commit e231cdf

Please sign in to comment.