Update to Ubuntu 16.04

This commit is contained in:
Pranav K 2018-03-07 10:43:50 -08:00 committed by GitHub
parent fd64d416d2
commit 4288ae2117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
@Library('dotnet-ci') _
simpleNode('Ubuntu14.04','latest') {
simpleNode('Ubuntu16.04','latest') {
stage ('Checking out source') {
checkout scm
}