From cfba01af7f9817528ef66ff72a6acac0cd667998 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli (WEB DEV)" Date: Wed, 12 Apr 2017 22:35:45 +0200 Subject: [PATCH] commentata opzione, riproviamo... --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8a348ed..cd5b056 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,11 +1,11 @@ pipeline { agent none + /*options([pipelineTriggers([githubPush()])])*/ stages { stage('Checkout') { agent any - options([pipelineTriggers([githubPush()])]) steps { /* build delle SteamWare libs! */ /*build 'SteamWare/SteamWareLib'*/