From fb5842d21cec1d594868f085add9ce5b69b8a29c Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Thu, 9 Aug 2018 21:40:02 +0200 Subject: [PATCH] Updated jenkins file --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 064d18a..679ab92 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,11 @@ pipeline { agent any stages { + stage ('X') { + steps { + echo "Hello World" + } + } stage ('building') { stages { stage ('x86') { @@ -31,7 +36,6 @@ pipeline { sh 'git submodule update --merge' sh './attach_modules.sh' sh 'cd libraries; ./build.sh' - } } stage ('Build TeaSpeak') {