diff --git a/Jenkinsfile b/Jenkinsfile index 01ddc347f8bb2b3463183e2c9ceb597ae25efff8..b961b92258c997a3cc42b914eeacc4dc7ed795b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,14 +1,21 @@ def FAILED_STAGE pipeline { - agent { - node { - label 'goofy' - } - } + agent any + tools { + maven 'maven3' + jdk 'jdk11' + nodejs 'Node10' + } + //{ + // node { + // label 'goofy' + //} + //} environment { - BLUE_OCEAN_URL = "https://jenkins-dev-tools.apps.lab.okd.local/blue/organizations/jenkins/OZG%2Fgoofy/detail/${env.BRANCH_NAME}/${env.BUILD_NUMBER}/pipeline" + //BLUE_OCEAN_URL = "https://jenkins-dev-tools.apps.lab.okd.local/blue/organizations/jenkins/OZG%2Fgoofy/detail/${env.BRANCH_NAME}/${env.BUILD_NUMBER}/pipeline" + BLUE_OCEAN_URL = "https://jenkins.ozg-sh.de/blue/organizations/jenkins/OZG%2Fgoofy/detail/${env.BRANCH_NAME}/${env.BUILD_NUMBER}/pipeline" } options { @@ -20,7 +27,7 @@ pipeline { stages { stage('Client') { steps { - container("nodejs"){ +// container("nodejs"){ script { FAILED_STAGE=env.STAGE_NAME @@ -44,7 +51,7 @@ pipeline { } } } - } + //} } post { always{