diff --git a/Jenkinsfile b/Jenkinsfile index 8bb64fc2..554b3c63 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -node{ +@Library('github.com/rawlingsj/fabric8-pipeline-library@master') +def dummy +mavenNode { ws{ checkout scm sh "git remote set-url origin git@github.com:fabric8io/spring-cloud-kubernetes.git"