diff --git a/Jenkinsfile b/Jenkinsfile index e72d073..279e413 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,22 +1,21 @@ pipeline { - agent { - - } + agent any stages { stage('Build') { steps { - + sh '/opt/squish/bin/squish --no-minify' + sh 'ldoc {env.WORKSPACE}' } } - stage('Deploy') { + /* stage('Deploy') { when { branch 'production' } - + steps { } - } + }*/ } } \ No newline at end of file