check pipeline

This commit is contained in:
Adrian Charkiewicz 2022-03-21 11:13:00 +01:00
parent bc694d08fc
commit 814e7fa2bf
2 changed files with 12 additions and 2 deletions

10
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello world2!'
}
}
}
}

View File

@ -1870,7 +1870,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
@ -1884,7 +1884,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.8.10"
}
},
"nbformat": 4,