From 6e231ba820a5c65102000375081d1783bee352d1 Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Mon, 9 Nov 2020 20:10:21 +0100 Subject: [PATCH 1/5] updated Jenkisfile --- Jenkinsfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3793fd6..94071b7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,39 +4,32 @@ pipeline { stage('Initial setup...') { steps { echo 'Create or update the virtual Python environment' - sh 'make venv VERBOSE=1' } } stage('Build the code and generate tests results...') { steps { - sh '. ./ci_venv/bin/activate && make -C src results VERBOSE=1 PYTHONPATH=$PWD/src' } } stage('Create a setup file...') { steps { - sh '. ~/.profile && . ./ci_venv/bin/activate && make selfex VERBOSE=1 PYTHONPATH=$PWD/src' } } stage('Test installation...') { steps { - sh '. ./ci_venv/bin/activate && cd ./package/ && ./MsSpec*.setup --accept -- -y -d' } } stage('Building HTML documentation...') { steps { - sh '. ./ci_venv/bin/activate && make doc VERBOSE=1' } } stage('Syncing website...') { steps { - echo 'Updating the website files' } } stage('Cleaning up...') { steps { echo 'Cleaning artifacts...' - sh 'make clean VERBOSE=1' } } From 6ccafce21a003a84657e4426f5a1284912341852 Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Mon, 9 Nov 2020 20:14:07 +0100 Subject: [PATCH 2/5] updated Jenkisfile --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 94071b7..0bfba47 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,22 +9,27 @@ pipeline { stage('Build the code and generate tests results...') { steps { + echo 'Build the code and generate tests results' } } stage('Create a setup file...') { steps { + echo 'Create a setup file...' } } stage('Test installation...') { steps { + echo 'Test installation...' } } stage('Building HTML documentation...') { steps { + echo 'Building HTML documentation...' } } stage('Syncing website...') { steps { + echo 'Syncing website...' } } stage('Cleaning up...') { From db6705fe9a9eeeb40419ab9f2f9da8d3bbb79a1d Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Tue, 17 Nov 2020 14:34:32 +0100 Subject: [PATCH 3/5] Jenkins test. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0bfba47..2c91dc2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent {label 'msspec_agent_amd64'} stages { - stage('Initial setup...') { + stage('Initial setup....') { steps { echo 'Create or update the virtual Python environment' } From ed5a614a2663490c606da84052ec8800666b1ebf Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Tue, 17 Nov 2020 14:57:36 +0100 Subject: [PATCH 4/5] Test jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2c91dc2..0bfba47 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent {label 'msspec_agent_amd64'} stages { - stage('Initial setup....') { + stage('Initial setup...') { steps { echo 'Create or update the virtual Python environment' } From 678250b02229de6974d8cf1a8fa22c396cb82352 Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Tue, 17 Nov 2020 15:06:31 +0100 Subject: [PATCH 5/5] Test jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0bfba47..2c91dc2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent {label 'msspec_agent_amd64'} stages { - stage('Initial setup...') { + stage('Initial setup....') { steps { echo 'Create or update the virtual Python environment' }